-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
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
http.server: Document explicitly that symbolic links are followed #81054
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 <[email protected]>
…ic links (pythonGH-94416) (cherry picked from commit 80aaeab) Co-authored-by: Sam Ezeh <[email protected]>
…ic links (pythonGH-94416) (cherry picked from commit 80aaeab) Co-authored-by: Sam Ezeh <[email protected]>
…symbolic links (pythonGH-94416) (cherry picked from commit 80aaeab) Co-authored-by: Sam Ezeh <[email protected]>
…symbolic links (pythonGH-94416) (cherry picked from commit 80aaeab) Co-authored-by: Sam Ezeh <[email protected]>
…ks (GH-94416) (GH-94492) (cherry picked from commit 80aaeab) Co-authored-by: Sam Ezeh <[email protected]>
…ks (GH-94416) (GH-94493) (cherry picked from commit 80aaeab) Co-authored-by: Sam Ezeh <[email protected]>
…ks (GH-94416) (GH-94494) (cherry picked from commit 80aaeab) Co-authored-by: Sam Ezeh <[email protected]>
…ic links (GH-94416) (GH-94495) (cherry picked from commit 80aaeab) Co-authored-by: Sam Ezeh <[email protected]>
…ic links (GH-94416) (GH-94496) (cherry picked from commit 80aaeab) Co-authored-by: Sam Ezeh <[email protected]>
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: