]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-122905: Sanitize names in zipfile.Path. (GH-122906) (#122925)
authorJason R. Coombs <jaraco@jaraco.com>
Mon, 19 Aug 2024 23:28:20 +0000 (19:28 -0400)
committerGitHub <noreply@github.com>
Mon, 19 Aug 2024 23:28:20 +0000 (00:28 +0100)
commit795f2597a4be988e2bb19b69ff9958e981cb894e
tree8d3e129319d1dea44d42ad004a5eea9362ab9878
parent8a978a75c2d1e6d081e8f89a240e356be10c7714
[3.11] gh-122905: Sanitize names in zipfile.Path. (GH-122906) (#122925)

* gh-122905: Sanitize names in zipfile.Path. (#122906)

Ported from zipp 3.19.1; ref jaraco/zipp#119.

(cherry picked from commit 9cd03263100ddb1657826cc4a71470786cab3932)

* [3.11] gh-122905: Sanitize names in zipfile.Path. (GH-122906)

Ported from zipp 3.19.1; ref jaraco/zippGH-119.
(cherry picked from commit 9cd03263100ddb1657826cc4a71470786cab3932)

Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS.d/next/Library/2024-08-11-14-08-04.gh-issue-122905.7tDsxA.rst [new file with mode: 0644]