]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-130577: tarfile now validates archives to ensure member offsets are non...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 28 Jul 2025 19:40:56 +0000 (21:40 +0200)
committerGitHub <noreply@github.com>
Mon, 28 Jul 2025 19:40:56 +0000 (22:40 +0300)
commitfbc2a0ca9ac8aff6887f8ddf79b87b4510277227
tree5720e6c5acc550feb87fbb3d6077f00bf0be752f
parent909a534cb285ab90e4cef23730a6213d463f6f28
[3.14] gh-130577: tarfile now validates archives to ensure member offsets are non-negative (GH-137027) (#137169)

Co-authored-by: Alexander Urieles <aeurielesn@users.noreply.github.com>
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]