Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up[HIGH SEVERITY] Fixes several potential directory traversal attacks #102
Conversation
zg
changed the title from
Fixes several potential directory traversal attacks
to
[HIGH SEVERITY] Fixes several potential directory traversal attacks
Jul 28, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
Thanks for this, however I've decided to fix this on an Apache level. |
photonstorm
closed this
Aug 4, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
zg commentedJul 28, 2015
You might want to sanitize anything that gets fed to your application through
$_GETas well, but I fixed some of the more severe security issues at stake, namely this one (check the page source).