]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39055: Reject a trailing \n in base64.b64decode() with validate=True. (GH-17616)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 5 Jan 2020 12:36:48 +0000 (04:36 -0800)
committerGitHub <noreply@github.com>
Sun, 5 Jan 2020 12:36:48 +0000 (04:36 -0800)
commit34aa3e71dc52c1a31336302905b9ac011a310412
treeb1bcaedb27ed93adc5998c4bf62ebeb1e152cf1c
parente1caa49f68dd63b534774aebad0c240143e6fb5d
bpo-39055: Reject a trailing \n in base64.b64decode() with validate=True. (GH-17616)

(cherry picked from commit b19c0d77e6f25ea831ab608c71f15d0d9266c8c4)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/base64.py
Lib/test/test_base64.py
Misc/NEWS.d/next/Library/2019-12-15-19-23-23.bpo-39055.FmN3un.rst [new file with mode: 0644]