steveklabnik/simple-server

Properly evaluate static serving wrt directory traversal attacks

Open

#54 opened on Oct 15, 2017

 (3 comments) (0 reactions) (0 assignees)Rust (39 forks)github user discovery
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.

Contributor guide