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

Commits on Apr 3, 2023

  1. xmlrpclib replaced with xmlrpc in Python3

    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 committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    5a7d829 View commit details
    Browse the repository at this point in the history