steveklabnik/simple-server
Properly evaluate static serving wrt directory traversal attacks
Open
#54 opened on Oct 15, 2017
help wantedquestionsecurity
Repository metrics
- Stars
- (194 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
We serve static files, and check for . and .. in the path. This is probably not enough, but needs to be researched more.