Skip to content

Commit 1cd22b8

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent dd224c8 commit 1cd22b8

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

library/urllib.parse.po

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.13\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-10-26 20:15+0000\n"
15+
"POT-Creation-Date: 2024-11-19 01:00+0000\n"
1616
"PO-Revision-Date: 2021-06-28 01:17+0000\n"
1717
"Last-Translator: Waldemar Stoczkowski, 2023\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -457,6 +457,14 @@ msgid ""
457457
"and :func:`urlunsplit`, removing possible *scheme* and *netloc* parts."
458458
msgstr ""
459459

460+
msgid ""
461+
"Because an absolute URL may be passed as the ``url`` parameter, it is "
462+
"generally **not secure** to use ``urljoin`` with an attacker-controlled "
463+
"``url``. For example in, ``urljoin(\"https://website.com/users/\", "
464+
"username)``, if ``username`` can contain an absolute URL, the result of "
465+
"``urljoin`` will be the absolute URL."
466+
msgstr ""
467+
460468
msgid "Behavior updated to match the semantics defined in :rfc:`3986`."
461469
msgstr ""
462470

whatsnew/3.12.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.13\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2024-11-12 08:36+0000\n"
16+
"POT-Creation-Date: 2024-11-19 01:00+0000\n"
1717
"PO-Revision-Date: 2023-05-24 13:08+0000\n"
1818
"Last-Translator: Rafael Fontenelle <[email protected]>, 2024\n"
1919
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

0 commit comments

Comments
 (0)