We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1afce02 commit ab77211Copy full SHA for ab77211
2 files changed
Doc/library/base64.rst
@@ -287,6 +287,8 @@ An example usage of the module:
287
>>> data
288
b'data to be encoded'
289
290
+.. _base64-security:
291
+
292
Security Considerations
293
-----------------------
294
Doc/library/security_warnings.rst
@@ -7,6 +7,8 @@ Security Considerations
7
8
The following modules have specific security considerations:
9
10
+* :mod:`base64`: :ref:`base64 security considerations <base64-security>` in
11
+ :rfc:`4648`
12
* :mod:`cgi`: :ref:`CGI security considerations <cgi-security>`
13
* :mod:`hashlib`: :ref:`all constructors take a "usedforsecurity" keyword-only
14
argument disabling known insecure and blocked algorithms
0 commit comments