Skip to content
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

xmlrpclib replaced with xmlrpc in Python3 #1012

Merged
merged 1 commit into from Apr 3, 2023
Merged

Conversation

ericwb
Copy link
Member

@ericwb ericwb commented Apr 3, 2023

The xmlrpclib of Python 2.x was replaced in Python 3 with xmlrpc [1]. Since Bandit no longer supports Python 2.x, it needs to update to the latest module name.

As indicted in [2], xmlrpc is still not secure against maliciously constructed data.

[1] https://python.readthedocs.io/en/v2.7.2/library/xmlrpclib.html
[2] https://docs.python.org/3/library/xmlrpc.client.html#module-xmlrpc.client

The xmlrpclib of Python 2.x was replaced in Python 3 with
xmlrpc [1]. Since Bandit no longer supports Python 2.x, it needs
to update to the latest module name.

As indicted in [2], xmlrpc is still not secure against maliciously
constructed data.

[1] https://python.readthedocs.io/en/v2.7.2/library/xmlrpclib.html
[2] https://docs.python.org/3/library/xmlrpc.client.html#module-xmlrpc.client

Signed-off-by: Eric Brown <eric_wade_brown@yahoo.com>
@ericwb ericwb merged commit 3260f13 into PyCQA:main Apr 3, 2023
13 checks passed
@ericwb ericwb deleted the xmlrpclib branch April 3, 2023 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants