]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-139700: Check consistency of the zip64 end of central directory record...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 8 Oct 2025 11:46:45 +0000 (13:46 +0200)
committerGitHub <noreply@github.com>
Wed, 8 Oct 2025 11:46:45 +0000 (13:46 +0200)
commit1d29afb0d6218aa8fb5e1e4a6133a4778d89bb46
treeae8d10189a96a3190083ebf299c4d372dce3de2b
parent22d5724fbbc0a3c55c51f63a14c10e0c618770d7
[3.11] gh-139700: Check consistency of the zip64 end of central directory record (GH-139702) (GH-139708) (GH-139713)

(cherry picked from commit 333d4a6f4967d3ace91492a39ededbcf3faa76a6)

Support records with "zip64 extensible data" if there are no bytes
prepended to the ZIP file.
(cherry picked from commit 162997bb70e067668c039700141770687bc8f267)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS.d/next/Security/2025-10-07-19-31-34.gh-issue-139700.vNHU1O.rst [new file with mode: 0644]