]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28035)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 29 Aug 2021 14:45:25 +0000 (07:45 -0700)
committerGitHub <noreply@github.com>
Sun, 29 Aug 2021 14:45:25 +0000 (16:45 +0200)
commit24416e419194f11b639146c0d8bed9df315aca5a
tree83b682c032b8b698653498c5d6b3050924a2f91a
parent007221a43e566db08c0c5c00756d80dfd9dccafe
bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28035)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
(cherry picked from commit 0897253f426068ea6a6fbe0ada01689af9ef1019)

Co-authored-by: Miguel Brito <5544985+miguendes@users.noreply.github.com>
Lib/smtplib.py
Lib/test/test_smtplib.py
Misc/NEWS.d/next/Security/2021-05-08-11-50-46.bpo-43124.2CTM6M.rst [new file with mode: 0644]