-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
[security][3.4] bpo-26657: Fix Windows directory traversal vulnerability with http.server #782
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
Conversation
@Haypo, thanks for your PR! By analyzing the history of the files in this pull request, we identified @birkenfeld, @gvanrossum and @orsenthil to be potential reviewers. |
This change is a backport for a major security vulnerability: It's the last known vulnerability which is not fixed in Python 3.4 yet. |
Hi @larryhastings, would you mind to review this one as well? |
ping @larryhastings ;-) |
@larryhastings: Larry, can you please merge this change? It was already approved, but only you has the power to merge it into Python 3.4. The change is a backport for a major security vulnerability: |
Oops, I removed the branch my mistake, I didn't want to close this PR. The vulnerability is not fixed in 3.4 yet. |
Ping @larryhastings. Would you mind to review this change? Or would you prefer that I find someone else to review it, and then you merge it? By the way, I wrote this change before blurb was announced. Should I update my PR to use blurb (NEWS.d)? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Please update your PR to use NEWS.d and I'll accept it. Thanks! |
…rver Based on patch by Philipp Hagemeister. This fixes a regression caused by revision f4377699fd47. (cherry picked from commit d274b3f)
Sure, I converted the NEWS entry to a NEWS.d file, and rebased the PR. |
Thanks! |
Based on patch by Philipp Hagemeister. This fixes a regression caused by
revision f4377699fd47.
(cherry picked from commit d274b3f)