]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-148954: Escape methodname in xmlrpc.client.dumps() to prevent XML injection...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 7 Jun 2026 07:53:16 +0000 (09:53 +0200)
committerGitHub <noreply@github.com>
Sun, 7 Jun 2026 07:53:16 +0000 (10:53 +0300)
commitac07245fd317f5656783fbedda558e4b8503b3ac
treeedbf4f6f77b7560cb1703d399d6cc3294ebb95d3
parent2fa0d4bc5ddcc848b800f4d5a5d233983ef98af3
[3.13] gh-148954: Escape methodname in xmlrpc.client.dumps() to prevent XML injection (GH-148968) (GH-151035)

(cherry picked from commit ab930175e7e909aaa3ec7e761bfdbb886677bebb)

Co-authored-by: Sanyam Kumat <124618873+sanyamk23@users.noreply.github.com>
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]