We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04fd085 commit aa57b01Copy full SHA for aa57b01
Doc/whatsnew/3.15.rst
@@ -310,8 +310,6 @@ tarfile
310
:func:`~tarfile.TarFile.errorlevel` is zero.
311
(Contributed by Matt Prodani and Petr Viktorin in :gh:`112887`
312
and :cve:`2025-4435`.)
313
-* :mod:`tarfile` now validates archives to ensure member offsets are non-negative.
314
- (Contributed by Alexander Enrique Urieles Nieto in :gh:`130577`.)
315
316
317
types
Misc/NEWS.d/next/Library/2025-07-23-00-35-29.gh-issue-130577.c7EITy.rst
@@ -1,2 +1,3 @@
1
:mod:`tarfile` now validates archives to ensure member offsets are
2
-non-negative.
+non-negative. (Contributed by Alexander Enrique Urieles Nieto in
3
+:gh:`130577`.)
0 commit comments