-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
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
gh-123270: Replaced SanitizedNames with a more surgical fix. #123354
Conversation
Applies changes from zipp 3.20.1 and jaraco/zipp#124
Seth, I'm seeking your review on this for a couple of reasons.
|
Thanks @jaraco, I'll take a look. Maybe you can clarify for me, the vulnerability only affects |
FYI I wrote about that here: https://www.openwall.com/lists/oss-security/2024/08/23/2 |
That is correct. |
Thanks @jaraco for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9, 3.10, 3.11, 3.12, 3.13. |
…ythonGH-123354) Applies changes from zipp 3.20.1 and jaraco/zippGH-124 (cherry picked from commit 2231286) Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
GH-123410 is a backport of this pull request to the 3.13 branch. |
…ythonGH-123354) Applies changes from zipp 3.20.1 and jaraco/zippGH-124 (cherry picked from commit 2231286) Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
Sorry, @jaraco, I could not cleanly backport this to
|
GH-123411 is a backport of this pull request to the 3.12 branch. |
Sorry, @jaraco, I could not cleanly backport this to
|
Sorry, @jaraco, I could not cleanly backport this to
|
Sorry, @jaraco, I could not cleanly backport this to
|
@jaraco Could you please drive the backports to the previous versions as well. Waiting for both the original fix and surgical fix to go together in the 3.9 and 3.12 versions |
Yes, absolutely. |
…fix. (pythonGH-123354) Applies changes from zipp 3.20.1 and jaraco/zippGH-124 (cherry picked from commit 2231286) Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
GH-123425 is a backport of this pull request to the 3.11 branch. |
…rgical fix. (pythonGH-123354) Applies changes from zipp 3.20.1 and jaraco/zippGH-124 (cherry picked from commit 2231286) (cherry picked from commit 17b77bb) Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
GH-123426 is a backport of this pull request to the 3.10 branch. |
Unfortunately, I can't complete a backport to 3.8 or 3.9 because the diff depends on other PRs not yet merged:
I guess I could hand-resolve the combination of the two, but I feel a little uneasy doing that. |
…gical fix. (pythonGH-123354) Applies changes from zipp 3.20.1 and jaraco/zippGH-124 (cherry picked from commit 2231286) (cherry picked from commit 17b77bb) Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
GH-123432 is a backport of this pull request to the 3.9 branch. |
…re surgical fix. (pythonGH-123354) Applies changes from zipp 3.20.1 and jaraco/zippGH-124 (cherry picked from commit 2231286) (cherry picked from commit 17b77bb) (cherry picked from commit 66d3383) Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
GH-123433 is a backport of this pull request to the 3.8 branch. |
…H-123354) (#123432) Applies changes from zipp 3.20.1 and jaraco/zippGH-124 (cherry picked from commit 2231286) (cherry picked from commit 17b77bb) Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
…H-123354) (#123425) Applies changes from zipp 3.20.1 and jaraco/zippGH-124 (cherry picked from commit 2231286) Co-authored-by: Jason R. Coombs <jaraco@jaraco.com> * Restore the slash-prefixed paths in the malformed_paths test.
…H-123354) (#123426) Applies changes from zipp 3.20.1 and jaraco/zippGH-124 (cherry picked from commit 2231286) (cherry picked from commit 17b77bb) Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
Applies changes from zipp 3.20.1 and jaraco/zipp#124