summaryrefslogtreecommitdiffstats
path: root/Doc/library/security_warnings.rst
diff options
context:
space:
mode:
authorSam Ezeh <sam.z.ezeh@gmail.com>2022-07-01 16:21:27 (GMT)
committerGitHub <noreply@github.com>2022-07-01 16:21:27 (GMT)
commit80aaeabb8bd1e6b49598a7e23e0f8d99b3fcecaf (patch)
tree122df76e1c7efcdee8a8d691f4efa943b3f274d3 /Doc/library/security_warnings.rst
parentad55147c1d5dbfc23d2ec4554f5e82c18984158c (diff)
downloadcpython-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.rst2
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