]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130577: tarfile now validates archives to ensure member offsets are non-negative...
authorAlexander Urieles <aeurielesn@users.noreply.github.com>
Mon, 28 Jul 2025 15:37:26 +0000 (17:37 +0200)
committerGitHub <noreply@github.com>
Mon, 28 Jul 2025 15:37:26 +0000 (08:37 -0700)
commit7040aa54f14676938970e10c5f74ea93cd56aa38
tree9e7494cd03f1752f830cf8a91f9505c6038c1ed7
parent1481384141342479b3ba4b89f653b4e5bef0d272
gh-130577: tarfile now validates archives to ensure member offsets are non-negative (GH-137027)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
Lib/tarfile.py
Lib/test/test_tarfile.py
Misc/NEWS.d/next/Library/2025-07-23-00-35-29.gh-issue-130577.c7EITy.rst [new file with mode: 0644]