]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-139700: Check consistency of the zip64 end of central directory record (GH-139702)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 7 Oct 2025 17:15:26 +0000 (20:15 +0300)
committerGitHub <noreply@github.com>
Tue, 7 Oct 2025 17:15:26 +0000 (20:15 +0300)
commit162997bb70e067668c039700141770687bc8f267
tree9aaca4564f3426eecbcd7031a2bc34529a338314
parent539461d9ec8e5322ead638f7be733fd196aa6c79
gh-139700: Check consistency of the zip64 end of central directory record (GH-139702)

Support records with "zip64 extensible data" if there are no bytes
prepended to the ZIP file.
Lib/test/test_zipfile/test_core.py
Lib/zipfile/__init__.py
Misc/NEWS.d/next/Security/2025-10-07-19-31-34.gh-issue-139700.vNHU1O.rst [new file with mode: 0644]