summaryrefslogtreecommitdiffstats
path: root/Doc/library/security_warnings.rst
Commit message (Collapse)AuthorAgeFilesLines
* gh-81054: Document that SimpleHTTPRequestHandler follows symbolic links ↵Sam Ezeh2022-07-011-1/+1
| | | | (GH-94416)
* gh-57684: Document safe path in What's New in Python 3.11 (#92362)Victor Stinner2022-05-061-0/+6
| | | | Mention also -P and PYTHONSAFEPATH in the Security Considerations page.
* bpo-36700: [doc] Update base64 RFC references to RFC 4648 (GH-27700)andrei kulakov2021-08-131-0/+2
| | | Co-authored-by: Łukasz Langa <lukasz@langa.pl>
* bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272)Anthony Shaw2021-08-091-0/+32
Co-authored-by: Łukasz Langa <lukasz@langa.pl>