gma / nesta

File Based CMS and Static Site Generator
http://nestacms.com
MIT License
902 stars 122 forks source link

Fix a directory traversal allowing to retrieve any file within content #69

Closed snyff closed 13 years ago

snyff commented 13 years ago

I didn't use File.basename to allow people to use sub-directories in /content/attachments/blah/lol.png

the fix is quick and dirty but do the job based on Sinatra current protection regarding encoding and the use of the regular expression for the filename

gma commented 13 years ago

Cheers for that. Merged.