Official repo Bandit Security Analysis has flagged the following. However, this is a standard file included in the stock QGIS plugin builder template.
/ags_tools/plugin_upload.py Line 10
Using xmlrpc.client to parse untrusted XML data is known to be vulnerable to XML attacks. Use defusedxml.xmlrpc.monkey_patch() function to monkey-patch xmlrpclib and mitigate XML vulnerabilities.
9 import getpass
10 import xmlrpc.client
11 from optparse import OptionParser
Official repo Bandit Security Analysis has flagged the following. However, this is a standard file included in the stock QGIS plugin builder template.
/ags_tools/plugin_upload.py Line 10
Using xmlrpc.client to parse untrusted XML data is known to be vulnerable to XML attacks. Use defusedxml.xmlrpc.monkey_patch() function to monkey-patch xmlrpclib and mitigate XML vulnerabilities.
9 import getpass
10 import xmlrpc.client
11 from optparse import OptionParser