[security][3.4] bpo-26657: Fix Windows directory traversal vulnerability with http.server#782
[security][3.4] bpo-26657: Fix Windows directory traversal vulnerability with http.server#782larryhastings merged 1 commit intopython:3.4from vstinner:backport-d274b3f-3.4
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)? |
|
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)