-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
gh-90996: Fixed the issue that the xmlrpc module throws a ProtocolError which may leak the password #124051
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
Conversation
…ay cause password leakage
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks your PR, but there has two FAILURES:
Docs
Error: new NEWS nits:
/home/runner/work/cpython/cpython/build/NEWS:129: WARNING: py:meth reference target not found: xmlrpc.client.Transport.single_request [ref.meth]
Process completed with exit code 255.
Tests:
test_fail_no_info (test.test_xmlrpc.FailingServerTestCase.test_fail_no_info) ... ERROR
test_fail_with_info (test.test_xmlrpc.FailingServerTestCase.test_fail_with_info) ... ERROR
1 test failed again:
test_xmlrpc
== Tests result: FAILURE then FAILURE ==
Misc/NEWS.d/next/Library/2024-09-13-20-48-05.gh-issue-90996.MPGcGC.rst
Outdated
Show resolved
Hide resolved
Add security label? |
After the change, the current document test still fails. Can you modify the test to match the newer code? Thanks https://github.com/python/cpython/actions/runs/10859924577/job/30139890135 |
Okay, I'm ready change |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a test case for this.
Oh, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lint
Misc/NEWS.d/next/Library/2024-09-13-20-48-05.gh-issue-90996.MPGcGC.rst
Outdated
Show resolved
Hide resolved
I need to modify |
…ay cause password leakage
Fixed the security issue mentioned in #90996, could be leaked password due to a
ProtocolError
thrown