Skip to content

Commit 60d480b

Browse files
tonybaloneyambv
authored andcommitted
Start linking the security warnings in the stdlib modules
1 parent b05e9b6 commit 60d480b

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

Doc/library/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,4 @@ the `Python Package Index <https://pypi.org>`_.
7575
unix.rst
7676
superseded.rst
7777
undoc.rst
78+
security_warnings.rst

Doc/library/security_warnings.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.. _security-warnings:
2+
3+
.. index:: single: security considerations
4+
5+
Security Considerations
6+
=======================
7+
8+
The following modules have specific security considerations:
9+
10+
* :mod:`ssl` : :ref:`SSL/TLS security considerations <ssl-security>`
11+
* :mod:`cgi` : :ref:`CGI security considerations <cgi-security>`
12+
* :mod:`pickle` : :ref:`Restricting globals in pickle <pickle-restrict>`
13+
* :mod:`subprocess` : :ref:`Subprocess security considerations <subprocess-security>`
14+
* :mod:`xml` : :ref:`XML vulnerabilities <xml-vulnerabilities>`

Doc/library/subprocess.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -710,6 +710,7 @@ Exceptions defined in this module all inherit from :exc:`SubprocessError`.
710710
.. versionadded:: 3.3
711711
The :exc:`SubprocessError` base class was added.
712712

713+
.. _subprocess-security:
713714

714715
Security Considerations
715716
-----------------------

0 commit comments

Comments
 (0)