[3.7] gh-104049: do not expose on-disk location from SimpleHTTPRequestHandler (GH-104067) by miss-islington · Pull Request #104122 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.3k
Merged
ned-deily merged 2 commits intopython:3.7from
May 27, 2023Merged
Conversation
Copy link
Contributor
Do not expose the local server's on-disk location from SimpleHTTPRequestHandler when generating a directory index. (unnecessary information disclosure)
(cherry picked from commit c7c3a60)
Co-authored-by: Ethan Furman ethan@stoneleaf.us
Co-authored-by: Gregory P. Smith greg@krypto.org
Co-authored-by: Jelle Zijlstra jelle.zijlstra@gmail.com
…tHandler (pythonGH-104067) Do not expose the local server's on-disk location from `SimpleHTTPRequestHandler` when generating a directory index. (unnecessary information disclosure) --------- (cherry picked from commit c7c3a60) Co-authored-by: Ethan Furman <ethan@stoneleaf.us> Co-authored-by: Gregory P. Smith <greg@krypto.org> Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
bedevere-bot
added
the
awaiting review
label
This was referenced
May 3, 2023
gpshead
added
the
release-blocker
label
Copy link
Member
arhadthedev
commented
May 16, 2023
arhadthedev commented
May 16, 2023Is there anything preventing the 3.7-3.9 backports from being merged?
Copy link
Member
ned-deily
commented
May 16, 2023
ned-deily commented
May 16, 2023Not to worry, they'll get merged before the next security releases.
ned-deily
merged commit
4e2dd0c
into
python:3.7
bedevere-bot
removed
the
awaiting review
label
miss-islington
deleted the
backport-c7c3a60-3.7
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment