https://github.com/python/cpython/commit/606022c55db3b0b0a226747bc928a836d613f9f6 commit: 606022c55db3b0b0a226747bc928a836d613f9f6 branch: 3.13 author: Rafael Fontenelle <[email protected]> committer: AA-Turner <[email protected]> date: 2025-09-26T12:36:01+01:00 summary:
[3.13] Remove erroneous text from What’s New (#139343) files: M Doc/whatsnew/3.13.rst diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 06060df2affcd6..eb87bdb746cf71 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -2850,7 +2850,7 @@ tarfile ------- * :func:`~tarfile.data_filter` now normalizes symbolic link targets in order to - avoid path traversal attacks.Add commentMore actions + avoid path traversal attacks. (Contributed by Petr Viktorin in :gh:`127987` and :cve:`2025-4138`.) * :func:`~tarfile.TarFile.extractall` now skips fixing up directory attributes when a directory was removed or replaced by another kind of file. _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
