@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version: Python 3.12\n"
1414"Report-Msgid-Bugs-To: \n"
15- "POT-Creation-Date: 2025-12-17 16:12 +0000\n"
15+ "POT-Creation-Date: 2025-12-23 15:50 +0000\n"
1616"PO-Revision-Date: 2025-07-18 19:59+0000\n"
1717"Last-Translator: python-doc bot, 2025\n"
1818"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -36,15 +36,38 @@ msgstr "*Data wydania: XX.XX.XXXX*"
3636msgid "Security"
3737msgstr "Bezpieczeństwo"
3838
39+ msgid ""
40+ ":gh:`142145`: Remove quadratic behavior in ``xml.minidom`` node ID cache "
41+ "clearing. In order to do this without breaking existing users, we also add "
42+ "the *ownerDocument* attribute to :mod:`xml.dom.minidom` elements and "
43+ "attributes created by directly instantiating the ``Element`` or ``Attr`` "
44+ "class. Note that this way of creating nodes is not supported; creator "
45+ "functions like :py:meth:`xml.dom.Document.documentElement` should be used "
46+ "instead."
47+ msgstr ""
48+
3949msgid ""
4050":gh:`137836`: Add support of the \"plaintext\" element, RAWTEXT elements "
4151"\"xmp\", \"iframe\", \"noembed\" and \"noframes\", and optionally RAWTEXT "
4252"element \"noscript\" in :class:`html.parser.HTMLParser`."
4353msgstr ""
4454
55+ msgid ""
56+ ":gh:`136063`: :mod:`email.message`: ensure linear complexity for legacy HTTP "
57+ "parameters parsing. Patch by Bénédikt Tran."
58+ msgstr ""
59+
4560msgid ":gh:`136065`: Fix quadratic complexity in :func:`os.path.expandvars`."
4661msgstr ""
4762
63+ msgid ""
64+ ":gh:`119451`: Fix a potential memory denial of service in the :mod:`http."
65+ "client` module. When connecting to a malicious server, it could cause an "
66+ "arbitrary amount of memory to be allocated. This could have led to symptoms "
67+ "including a :exc:`MemoryError`, swapping, out of memory (OOM) killed "
68+ "processes or containers, or even system crashes."
69+ msgstr ""
70+
4871msgid ""
4972":gh:`119452`: Fix a potential memory denial of service in the :mod:`http."
5073"server` module. When a malicious user is connected to the CGI server on "
@@ -53,6 +76,14 @@ msgid ""
5376"memory (OOM) killed processes or containers, or even system crashes."
5477msgstr ""
5578
79+ msgid ""
80+ ":gh:`119342`: Fix a potential memory denial of service in the :mod:"
81+ "`plistlib` module. When reading a Plist file received from untrusted source, "
82+ "it could cause an arbitrary amount of memory to be allocated. This could "
83+ "have led to symptoms including a :exc:`MemoryError`, swapping, out of memory "
84+ "(OOM) killed processes or containers, or even system crashes."
85+ msgstr ""
86+
5687msgid "Library"
5788msgstr "Biblioteka"
5889
0 commit comments