We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
use-defusedxml
xmlrpc
Using xmlrpc is potentially unsafe and defusedxml.xmlrpc should be used instead.
defusedxml.xmlrpc
We should enhance the existing use-defusedxml codemod to replace calls to xmlrpc with defusedxml.xmlrpc.
See this Semgrep rule for an example of the kinds of patterns we should detect and replace: https://semgrep.dev/r?q=python.lang.security.use-defused-xmlrpc.use-defused-xmlrpc
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using xmlrpc is potentially unsafe and
defusedxml.xmlrpc
should be used instead.We should enhance the existing
use-defusedxml
codemod to replace calls toxmlrpc
withdefusedxml.xmlrpc
.See this Semgrep rule for an example of the kinds of patterns we should detect and replace: https://semgrep.dev/r?q=python.lang.security.use-defused-xmlrpc.use-defused-xmlrpc
The text was updated successfully, but these errors were encountered: