@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version: Python 3.11\n"
1313"Report-Msgid-Bugs-To: \n"
14- "POT-Creation-Date: 2026-06-29 19:55 +0000\n"
14+ "POT-Creation-Date: 2026-07-05 18:20 +0000\n"
1515"PO-Revision-Date: 2025-09-22 16:51+0000\n"
1616"Last-Translator: python-doc bot, 2026\n"
1717"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -43,6 +43,11 @@ msgstr ""
4343msgid "Security"
4444msgstr "Bezpieczeństwo"
4545
46+ msgid ""
47+ ":gh:`151987`: The :meth:`tarfile.TarFile.extract` method now applies the "
48+ "given filter when it extracts a link target from the archive as a fallback."
49+ msgstr ""
50+
4651msgid ""
4752":gh:`151981`: In :mod:`tarfile`, seeking a stream now stops when end of the "
4853"stream is reached."
@@ -74,6 +79,15 @@ msgid ""
7479"Aurascape AI for the report."
7580msgstr ""
7681
82+ msgid ""
83+ ":gh:`149486`: :func:`tarfile.data_filter` now validates link targets using "
84+ "the same normalised value that is written to disk, strips trailing "
85+ "separators from the member name when resolving a symlink's directory, and "
86+ "rejects link members that would replace the destination directory itself. "
87+ "This closes several path-traversal bypasses of the ``data`` extraction "
88+ "filter."
89+ msgstr ""
90+
7791msgid ""
7892":gh:`148395`: Fix a dangling input pointer in :class:`lzma."
7993"LZMADecompressor`, and :class:`bz2.BZ2Decompressor` when memory allocation "
0 commit comments