File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -75,3 +75,4 @@ the `Python Package Index <https://pypi.org>`_.
75
75
unix.rst
76
76
superseded.rst
77
77
undoc.rst
78
+ security_warnings.rst
Original file line number Diff line number Diff line change
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 >`
Original file line number Diff line number Diff line change @@ -710,6 +710,7 @@ Exceptions defined in this module all inherit from :exc:`SubprocessError`.
710
710
.. versionadded :: 3.3
711
711
The :exc: `SubprocessError ` base class was added.
712
712
713
+ .. _subprocess-security :
713
714
714
715
Security Considerations
715
716
-----------------------
You can’t perform that action at this time.
0 commit comments