]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) 28049/head
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 29 Aug 2021 14:43:39 +0000 (07:43 -0700)
committerGitHub <noreply@github.com>
Sun, 29 Aug 2021 14:43:39 +0000 (07:43 -0700)
commit9e6c317ab133cd8fa48d5ecd8568314ef2e98634
tree8ecc3827e057528d4eecc8c3f0133e7056b202d7
parent270678564c16452614a8acd93763bdf64fb4d286
bpo-43124: Fix smtplib multiple CRLF injection (GH-25987)

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]