]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.6] bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28038)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 30 Aug 2021 19:21:57 +0000 (12:21 -0700)
committerGitHub <noreply@github.com>
Mon, 30 Aug 2021 19:21:57 +0000 (15:21 -0400)
commit29d97d17fb7adab3b0df9e178b73f70292d1cf64
treedfedfac1dea66dca3499383b4055759207100804
parentda9d6c554697414b1d275c8502e00a07c2ce06e6
[3.6] bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28038)

Co-authored-by: Miguel Brito <5544985+miguendes@users.noreply.github.com>
Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
(cherry picked from commit 0897253f426068ea6a6fbe0ada01689af9ef1019)
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]