Closed (fixed)
Project:
Provision
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jan 2017 at 22:58 UTC
Updated:
27 Jan 2017 at 00:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
memtkmcc commentedIt has been added to prevent directory traversal attacks. Examples:
http://www.cvedetails.com/cve/CVE-2009-3898/
https://www.coresecurity.com/content/nginx-encoded-directory-trasversal-...
Comment #3
memtkmcc commentedFeel free to re-open if you think you can suggest a patch without opening security holes.
Comment #4
JamesK commentedIf that's the case, wouldn't it work better to filter
../instead?Comment #5
JamesK commentedComment #6
memtkmcc commentedMakes sense, thanks!
Comment #8
memtkmcc commentedPatch committed, thank you!