Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xss vulnerabilities in php code #12

Open
isaacsu opened this issue Nov 1, 2010 · 1 comment
Open

xss vulnerabilities in php code #12

isaacsu opened this issue Nov 1, 2010 · 1 comment

Comments

@isaacsu
Copy link
Owner

isaacsu commented Nov 1, 2010

$_GET variables coming through need to be escaped, but it needs to be in the context of a slightly broader design discussion. (i.e. what characters are allowed for room names, usernames, etc.)

@igorw
Copy link

igorw commented Nov 1, 2010

$_SERVER should also be escaped in most cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants