Skip to content

Commit bb6ddcd

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 419ebbe commit bb6ddcd

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

whatsnew/changelog.po

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-06-27 18:15+0000\n"
14+
"POT-Creation-Date: 2026-06-29 19:55+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"
@@ -55,6 +55,15 @@ msgid ""
5555
"CVE-2025-4330."
5656
msgstr ""
5757

58+
msgid ""
59+
":gh:`150743`: :mod:`http.client` now limits the number of chunked-response "
60+
"trailer lines it will read to 100, and the number of interim (1xx) responses "
61+
"it will skip to 100. A malicious or broken server could previously stream "
62+
"trailer lines or ``100 Continue`` responses forever, hanging the client even "
63+
"when a socket timeout was in use. Reported by ``@YLChen-007`` via GHSA-w4q2-"
64+
"g22w-6fr4."
65+
msgstr ""
66+
5867
msgid ""
5968
":gh:`87451`: The :mod:`ftplib` module's undocumented ``ftpcp`` function no "
6069
"longer trusts the IPv4 address value returned from the source server in "
@@ -90,6 +99,13 @@ msgid ""
9099
"<https://www.cve.org/CVERecord?id=CVE-2026-4224>`_."
91100
msgstr ""
92101

102+
msgid ""
103+
":gh:`145599`: Reject control characters in :class:`http.cookies.Morsel` :"
104+
"meth:`~http.cookies.Morsel.update` and :meth:`~http.cookies.BaseCookie."
105+
"js_output`. This addresses `CVE-2026-3644 <https://www.cve.org/CVERecord?"
106+
"id=CVE-2026-3644>`_."
107+
msgstr ""
108+
93109
msgid ""
94110
":gh:`145506`: Fixes CVE-2026-2297 by ensuring that ``SourcelessFileLoader`` "
95111
"uses :func:`io.open_code` when opening ``.pyc`` files."

0 commit comments

Comments
 (0)