-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
http.server: Document explicitly that symbolic links are followed #81054
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
http.server documentation starts with a red warning: "Warning: http.server is not recommended for production. It only implements basic security checks." https://docs.python.org/dev/library/http.server.html It would help to be even more explicit on what it means. For example, document that symbolic links are followed and SimpleHTTPRequestHandler directory can be "escaped" following symbolic links. |
…ic links (pythonGH-94416) (cherry picked from commit 80aaeab) Co-authored-by: Sam Ezeh <sam.z.ezeh@gmail.com>
…ic links (pythonGH-94416) (cherry picked from commit 80aaeab) Co-authored-by: Sam Ezeh <sam.z.ezeh@gmail.com>
…ic links (pythonGH-94416) (cherry picked from commit 80aaeab) Co-authored-by: Sam Ezeh <sam.z.ezeh@gmail.com>
…symbolic links (pythonGH-94416) (cherry picked from commit 80aaeab) Co-authored-by: Sam Ezeh <sam.z.ezeh@gmail.com>
…symbolic links (pythonGH-94416) (cherry picked from commit 80aaeab) Co-authored-by: Sam Ezeh <sam.z.ezeh@gmail.com>
Thanks for fixing this old doc issue ;-) |
I created a new issue for more known vulnerabilities: #94531. |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: