]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43124: Fix smtplib multiple CRLF injection (GH-25987)
authorMiguel Brito <5544985+miguendes@users.noreply.github.com>
Sun, 29 Aug 2021 14:10:50 +0000 (15:10 +0100)
committerGitHub <noreply@github.com>
Sun, 29 Aug 2021 14:10:50 +0000 (16:10 +0200)
commit0897253f426068ea6a6fbe0ada01689af9ef1019
treecb83c8a5bd26e5da59d5bc606407c8c8bb657e9a
parent3fc5d84046ddbd66abac5b598956ea34605a4e5d
bpo-43124: Fix smtplib multiple CRLF injection (GH-25987)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
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]