-
-
Notifications
You must be signed in to change notification settings - Fork 34.5k
gh-148954: sanitize methodname in xmlrpc.client.dumps() to prevent XML injection #148968
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 2 commits
4e67dfd
6e1f96d
115b915
4392570
bbf4bdf
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| Fix XML injection vulnerability in :func:`xmlrpc.client.dumps` where the ``methodname`` | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @StanFromIreland Was it expected to be fixed as a regular bugfix or security issue? in the former case, please move the NEWS entry to "Library" (the esasiest way to do it is simply to remove that file and re-create one from scratch).
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This was expected to be treated as a regular bugfix, please do move it to "library," otherwise it is misleading and contradicts the security warning. |
||
| was not being escaped before interpolation into the XML body. | ||
Uh oh!
There was an error while loading. Please reload this page.