# Copyright (C) 2001-2018, Python Software Foundation # For licence information, see README file. # msgid "" msgstr "" "Project-Id-Version: Python 3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-07-23 14:38+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: FRENCH \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: library/security_warnings.rst:6 msgid "Security Considerations" msgstr "" #: library/security_warnings.rst:8 msgid "The following modules have specific security considerations:" msgstr "" #: library/security_warnings.rst:10 msgid "" ":mod:`base64`: :ref:`base64 security considerations ` in :" "rfc:`4648`" msgstr "" #: library/security_warnings.rst:12 msgid ":mod:`cgi`: :ref:`CGI security considerations `" msgstr "" #: library/security_warnings.rst:13 msgid "" ":mod:`hashlib`: :ref:`all constructors take a \"usedforsecurity\" keyword-" "only argument disabling known insecure and blocked algorithms `" msgstr "" #: library/security_warnings.rst:16 msgid "" ":mod:`http.server` is not suitable for production use, only implementing " "basic security checks. See the :ref:`security considerations `." msgstr "" #: library/security_warnings.rst:18 msgid "" ":mod:`logging`: :ref:`Logging configuration uses eval() `" msgstr "" #: library/security_warnings.rst:20 msgid "" ":mod:`multiprocessing`: :ref:`Connection.recv() uses pickle `" msgstr "" #: library/security_warnings.rst:22 msgid ":mod:`pickle`: :ref:`Restricting globals in pickle `" msgstr "" #: library/security_warnings.rst:23 msgid "" ":mod:`random` shouldn't be used for security purposes, use :mod:`secrets` " "instead" msgstr "" #: library/security_warnings.rst:25 msgid "" ":mod:`shelve`: :ref:`shelve is based on pickle and thus unsuitable for " "dealing with untrusted sources `" msgstr "" #: library/security_warnings.rst:27 msgid ":mod:`ssl`: :ref:`SSL/TLS security considerations `" msgstr "" #: library/security_warnings.rst:28 msgid "" ":mod:`subprocess`: :ref:`Subprocess security considerations `" msgstr "" #: library/security_warnings.rst:30 msgid "" ":mod:`tempfile`: :ref:`mktemp is deprecated due to vulnerability to race " "conditions `" msgstr "" #: library/security_warnings.rst:32 msgid ":mod:`xml`: :ref:`XML vulnerabilities `" msgstr "" #: library/security_warnings.rst:33 msgid "" ":mod:`zipfile`: :ref:`maliciously prepared .zip files can cause disk volume " "exhaustion `" msgstr "" #: library/security_warnings.rst:36 msgid "" "The :option:`-I` command line option can be used to run Python in isolated " "mode. When it cannot be used, the :option:`-P` option or the :envvar:" "`PYTHONSAFEPATH` environment variable can be used to not prepend a " "potentially unsafe path to :data:`sys.path` such as the current directory, " "the script's directory or an empty string." msgstr "" #: library/security_warnings.rst:3 msgid "security considerations" msgstr ""