From 17a12615579dc830f7cd2284e35fb4ede0247c87 Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Wed, 24 Sep 2025 07:51:42 -0300 Subject: [PATCH] Remove accidental text --- Doc/whatsnew/3.13.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.