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
The vulnerabilities caused by using lxml can be addressed by using defusedxml. I've had success with just replacing xml.etree.ElementTree with defusedxml.ElementTree.
lxml
xml.etree.ElementTree
defusedxml.ElementTree
The text was updated successfully, but these errors were encountered:
Since there hasn't been interest, I will close this.
Sorry, something went wrong.
No branches or pull requests
The vulnerabilities caused by using
lxmlcan be addressed by using defusedxml. I've had success with just replacingxml.etree.ElementTreewithdefusedxml.ElementTree.The text was updated successfully, but these errors were encountered: