]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42051: Reject XML entity declarations in plist files (GH-22760)
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 20 Oct 2020 02:34:37 +0000 (19:34 -0700)
committerGitHub <noreply@github.com>
Tue, 20 Oct 2020 02:34:37 +0000 (19:34 -0700)
commit479553c7c11306a09ce34edb6ef208133b7b95fe
tree6eef508a2e280911fea20749b54fbedf43708f8d
parente43bee7e114ec361efde34f4b546f984574e6653
bpo-42051: Reject XML entity declarations in plist files (GH-22760)

(cherry picked from commit 05ee790f4d1cd8725a90b54268fc1dfe5b4d1fa2)

Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
Lib/plistlib.py
Lib/test/test_plistlib.py
Misc/NEWS.d/next/Security/2020-10-19-10-56-27.bpo-42051.EU_B7u.rst [new file with mode: 0644]