Skip to content

Commit ab77211

Browse files
committed
List security considerations in the security index
1 parent 1afce02 commit ab77211

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Doc/library/base64.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,8 @@ An example usage of the module:
287287
>>> data
288288
b'data to be encoded'
289289

290+
.. _base64-security:
291+
290292
Security Considerations
291293
-----------------------
292294

Doc/library/security_warnings.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Security Considerations
77

88
The following modules have specific security considerations:
99

10+
* :mod:`base64`: :ref:`base64 security considerations <base64-security>` in
11+
:rfc:`4648`
1012
* :mod:`cgi`: :ref:`CGI security considerations <cgi-security>`
1113
* :mod:`hashlib`: :ref:`all constructors take a "usedforsecurity" keyword-only
1214
argument disabling known insecure and blocked algorithms

0 commit comments

Comments
 (0)