]> 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:32:45 +0000 (04:32 -0800)
committerGitHub <noreply@github.com>
Sun, 5 Jan 2020 12:32:45 +0000 (04:32 -0800)
commit3bdb2d9daf3ce41b325bd508e3dd29041e85dd1f
tree4d6b886066c1dd5d9d2e5c2427c8f5e3605dc615
parent880a17af7d063fcef225a46b7f4ae35d792b2f11
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]