]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148954: Escape methodname in xmlrpc.client.dumps() to prevent XML injection (GH... main
authorSanyam Kumat <124618873+sanyamk23@users.noreply.github.com>
Sat, 6 Jun 2026 21:38:15 +0000 (03:08 +0530)
committerGitHub <noreply@github.com>
Sat, 6 Jun 2026 21:38:15 +0000 (21:38 +0000)
commitab930175e7e909aaa3ec7e761bfdbb886677bebb
tree446d4549178660eac8533a94bf1422a3d63f1e74
parent69851a64076cc240513b834d87d654064f7ac597
gh-148954: Escape methodname in xmlrpc.client.dumps() to prevent XML injection (GH-148968)
Lib/test/test_xmlrpc.py
Lib/xmlrpc/client.py
Misc/NEWS.d/next/Library/2026-04-24-19-54-00.gh-issue-148954.v1.rst [new file with mode: 0644]