diff options
author | Sam Ezeh <sam.z.ezeh@gmail.com> | 2022-07-01 16:21:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-01 16:21:27 (GMT) |
commit | 80aaeabb8bd1e6b49598a7e23e0f8d99b3fcecaf (patch) | |
tree | 122df76e1c7efcdee8a8d691f4efa943b3f274d3 /Doc/library/security_warnings.rst | |
parent | ad55147c1d5dbfc23d2ec4554f5e82c18984158c (diff) | |
download | cpython-80aaeabb8bd1e6b49598a7e23e0f8d99b3fcecaf.zip cpython-80aaeabb8bd1e6b49598a7e23e0f8d99b3fcecaf.tar.gz cpython-80aaeabb8bd1e6b49598a7e23e0f8d99b3fcecaf.tar.bz2 |
gh-81054: Document that SimpleHTTPRequestHandler follows symbolic links (GH-94416)
Diffstat (limited to 'Doc/library/security_warnings.rst')
-rw-r--r-- | Doc/library/security_warnings.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/security_warnings.rst b/Doc/library/security_warnings.rst index f985dc4..284f365 100644 --- a/Doc/library/security_warnings.rst +++ b/Doc/library/security_warnings.rst @@ -14,7 +14,7 @@ The following modules have specific security considerations: argument disabling known insecure and blocked algorithms <hashlib-usedforsecurity>` * :mod:`http.server` is not suitable for production use, only implementing - basic security checks + basic security checks. See the :ref:`security considerations <http.server-security>`. * :mod:`logging`: :ref:`Logging configuration uses eval() <logging-eval-security>` * :mod:`multiprocessing`: :ref:`Connection.recv() uses pickle |