Skip to content

Commit d396e47

Browse files
[po] auto sync
1 parent 7396529 commit d396e47

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "81.78%", "updated_at": "2025-06-10T15:56:02Z"}
1+
{"translation": "81.78%", "updated_at": "2025-06-11T06:58:30Z"}

whatsnew/3.13.po

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6542,6 +6542,9 @@ msgid ""
65426542
"missing but it will be free of symlinks. (Contributed by Petr Viktorin for "
65436543
":cve:`2025-4517`.)"
65446544
msgstr ""
6545+
"传给 :func:`os.path.realpath` 的 *strict* 形参接受一个新值 "
6546+
":data:`os.path.ALLOW_MISSING`。 如果使用该值,则 :exc:`FileNotFoundError` "
6547+
"以外的错误将被重新引发;结果路径可能会缺失但它将不会有符号链接。 (由 Petr Viktorin 为 :cve:`2025-4517` 贡献。)"
65456548

65466549
#: ../../whatsnew/3.13.rst:2846
65476550
msgid "tarfile"
@@ -6553,13 +6556,17 @@ msgid ""
65536556
"to avoid path traversal attacks.Add commentMore actions (Contributed by Petr"
65546557
" Viktorin in :gh:`127987` and :cve:`2025-4138`.)"
65556558
msgstr ""
6559+
"现在 :func:`~tarfile.data_filter` 会标准化符号链接目标以避免路径遍历攻击。 增加 commentMore 动作 (由 "
6560+
"Petr Viktorin 在 :gh:`127987` 和 :cve:`2025-4138` 中贡献。)"
65566561

65576562
#: ../../whatsnew/3.13.rst:2851
65586563
msgid ""
65596564
":func:`~tarfile.TarFile.extractall` now skips fixing up directory attributes"
65606565
" when a directory was removed or replaced by another kind of file. "
65616566
"(Contributed by Petr Viktorin in :gh:`127987` and :cve:`2024-12718`.)"
65626567
msgstr ""
6568+
"当一个目录被移除或被另一种文件替代时 :func:`~tarfile.TarFile.extractall` 现在会跳过修复目录属性。 (由 Petr "
6569+
"Viktorin 在 :gh:`127987` 和 :cve:`2024-12718` 中贡献。).)"
65636570

65646571
#: ../../whatsnew/3.13.rst:2854
65656572
msgid ""
@@ -6570,6 +6577,10 @@ msgid ""
65706577
":exc:`~tarfile.LinkFallbackError`. (Contributed by Petr Viktorin for "
65716578
":cve:`2025-4330` and :cve:`2024-12718`.)"
65726579
msgstr ""
6580+
"在将一个链接(硬链接或符号链接)替换为另一个归档成员的副本,以及在修复目录属性时 :func:`~tarfile.TarFile.extract` 和 "
6581+
":func:`~tarfile.TarFile.extractall` 现在会(重新)应用提取过滤器。 "
6582+
"前者将引发一个新的异常,:exc:`~tarfile.LinkFallbackError`。 (由 Petr Viktorin 为 "
6583+
":cve:`2025-4330` 和 :cve:`2024-12718` 贡献。)"
65736584

65746585
#: ../../whatsnew/3.13.rst:2860
65756586
msgid ""
@@ -6578,3 +6589,6 @@ msgid ""
65786589
"zero. (Contributed by Matt Prodani and Petr Viktorin in :gh:`112887` and "
65796590
":cve:`2025-4435`.)"
65806591
msgstr ""
6592+
"当 :func:`~tarfile.TarFile.errorlevel` 为零时 :func:`~tarfile.TarFile.extract` 和"
6593+
" :func:`~tarfile.TarFile.extractall` 将不再提取被拒绝的成员。 (由 Matt Prodani 和 Petr "
6594+
"Viktorin 在 :gh:`112887` 和 :cve:`2025-4435` 中贡献。)"

0 commit comments

Comments
 (0)