@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.9\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2021-02-16 05:28 +0000\n "
15+ "POT-Creation-Date : 2021-05-15 06:22 +0000\n "
1616"PO-Revision-Date : 2017-02-16 19:36+0000\n "
1717"Last-Translator : m_aciek <maciej.olko@gmail.com>, 2020\n "
1818"Language-Team : Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -429,11 +429,8 @@ msgstr ""
429429
430430msgid ""
431431"Robust test CGI script, usable as main program. Writes minimal HTTP headers "
432- "and formats all information provided to the script in HTML form ."
432+ "and formats all information provided to the script in HTML format ."
433433msgstr ""
434- "Wydajny testowy skrypt CGI, użyteczny jako program główny. Zapisuje "
435- "minimalne nagłówki HTTP i formatuje całą informację dostarczoną dla skryptu "
436- "w formularzu HTML."
437434
438435msgid "Format the shell environment in HTML."
439436msgstr "Formatuje środowisko powłoki w HTML-u"
@@ -453,21 +450,14 @@ msgid "Caring about security"
453450msgstr "Troska o bezpieczeństwo"
454451
455452msgid ""
456- "There's one important rule: if you invoke an external program (via the :func:"
457- "`os. system` or :func:`os.popen` functions. or others with similar "
458- "functionality), make very sure you don't pass arbitrary strings received "
459- "from the client to the shell. This is a well-known security hole whereby "
460- "clever hackers anywhere on the Web can exploit a gullible CGI script to "
461- "invoke arbitrary shell commands. Even parts of the URL or field names "
462- "cannot be trusted, since the request doesn't have to come from your form!"
453+ "There's one important rule: if you invoke an external program (via :func:`os. "
454+ "system`, :func:`os.popen` or other functions with similar functionality), "
455+ "make very sure you don't pass arbitrary strings received from the client to "
456+ "the shell. This is a well-known security hole whereby clever hackers "
457+ "anywhere on the Web can exploit a gullible CGI script to invoke arbitrary "
458+ "shell commands. Even parts of the URL or field names cannot be trusted, "
459+ "since the request doesn't have to come from your form!"
463460msgstr ""
464- "Istnieje jedna istotna zasada: Jeśli wywołujesz zewnętrzny program (przez "
465- "zadanie :func:`os.system` lub :func:`os.popen` lub inne o podobnym "
466- "działaniu), upewnij się bardzo że nie przekazujesz dowolnych ciągów znaków "
467- "otrzymanych od klienta do powłoki. To jest bardzo znana luka bezpieczeństwa "
468- "gdzie sprytni hakerzy dowolnie w sieci mogą wykorzystać naiwny skrypt CGI "
469- "aby wywołać dowolną komendę powłoki. Nawet częściom adresu URL lub nazwom "
470- "pól nie można ufać, gdyż zapytanie może nie pochodzić z formularza!"
471461
472462msgid ""
473463"To be on the safe side, if you must pass a string gotten from a form to a "
@@ -592,8 +582,8 @@ msgid ""
592582"If you wonder whether you have understood the installation procedure "
593583"correctly, try installing a copy of this module file (:file:`cgi.py`) as a "
594584"CGI script. When invoked as a script, the file will dump its environment "
595- "and the contents of the form in HTML form . Give it the right mode etc, and "
596- "send it a request. If it's installed in the standard :file:`cgi-bin` "
585+ "and the contents of the form in HTML format . Give it the right mode etc., "
586+ "and send it a request. If it's installed in the standard :file:`cgi-bin` "
597587"directory, it should be possible to send it a request by entering a URL into "
598588"your browser of the form:"
599589msgstr ""
0 commit comments