python-docs-fr/library/security_warnings.po

98 lines
2.9 KiB
Plaintext

# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2023, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.9\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-03-22 22:16+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../Doc/library/security_warnings.rst:6
msgid "Security Considerations"
msgstr "Considérations de sécurité"
#: ../Doc/library/security_warnings.rst:8
msgid "The following modules have specific security considerations:"
msgstr ""
#: ../Doc/library/security_warnings.rst:10
msgid ":mod:`cgi`: :ref:`CGI security considerations <cgi-security>`"
msgstr ""
#: ../Doc/library/security_warnings.rst:11
msgid ""
":mod:`hashlib`: :ref:`all constructors take a \"usedforsecurity\" keyword-"
"only argument disabling known insecure and blocked algorithms <hashlib-"
"usedforsecurity>`"
msgstr ""
#: ../Doc/library/security_warnings.rst:14
msgid ""
":mod:`http.server` is not suitable for production use, only implementing "
"basic security checks. See the :ref:`security considerations <http.server-"
"security>`."
msgstr ""
#: ../Doc/library/security_warnings.rst:16
msgid ""
":mod:`logging`: :ref:`Logging configuration uses eval() <logging-eval-"
"security>`"
msgstr ""
#: ../Doc/library/security_warnings.rst:18
msgid ""
":mod:`multiprocessing`: :ref:`Connection.recv() uses pickle <multiprocessing-"
"recv-pickle-security>`"
msgstr ""
#: ../Doc/library/security_warnings.rst:20
msgid ":mod:`pickle`: :ref:`Restricting globals in pickle <pickle-restrict>`"
msgstr ""
#: ../Doc/library/security_warnings.rst:21
msgid ""
":mod:`random` shouldn't be used for security purposes, use :mod:`secrets` "
"instead"
msgstr ""
#: ../Doc/library/security_warnings.rst:23
msgid ""
":mod:`shelve`: :ref:`shelve is based on pickle and thus unsuitable for "
"dealing with untrusted sources <shelve-security>`"
msgstr ""
#: ../Doc/library/security_warnings.rst:25
msgid ":mod:`ssl`: :ref:`SSL/TLS security considerations <ssl-security>`"
msgstr ""
#: ../Doc/library/security_warnings.rst:26
msgid ""
":mod:`subprocess`: :ref:`Subprocess security considerations <subprocess-"
"security>`"
msgstr ""
#: ../Doc/library/security_warnings.rst:28
msgid ""
":mod:`tempfile`: :ref:`mktemp is deprecated due to vulnerability to race "
"conditions <tempfile-mktemp-deprecated>`"
msgstr ""
#: ../Doc/library/security_warnings.rst:30
msgid ":mod:`xml`: :ref:`XML vulnerabilities <xml-vulnerabilities>`"
msgstr ""
#: ../Doc/library/security_warnings.rst:31
msgid ""
":mod:`zipfile`: :ref:`maliciously prepared .zip files can cause disk volume "
"exhaustion <zipfile-resources-limitations>`"
msgstr ""