]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28036)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 29 Aug 2021 15:04:17 +0000 (08:04 -0700)
committerGitHub <noreply@github.com>
Sun, 29 Aug 2021 15:04:17 +0000 (17:04 +0200)
commitb93aea4c7e4553950daa5d47c3ef2dc8a9c4edff
tree0438a5c1241fa15b909ea07a239ee3b968ce9035
parentc9c2a0bc9820f93f1020f3498f6893a3544c9b76
[3.8] bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28036)

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]