]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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:28 +0000 (13:46 +0200)
committerGitHub <noreply@github.com>
Wed, 8 Oct 2025 11:46:28 +0000 (13:46 +0200)
commit8392b2f0d35678407d9ce7d95655a5b77de161b4
treef3f55b7b93625f06572e77eea19dec703687d112
parentdea7e3d5f8a63bc8883ca2874ab37c4587e85cda
[3.12] gh-139700: Check consistency of the zip64 end of central directory record (GH-139702) (GH-139708) (GH-139712)

(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/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]