You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The vulnerabilities caused by using
lxml
can be addressed by using defusedxml. I've had success with just replacingxml.etree.ElementTree
withdefusedxml.ElementTree
.The text was updated successfully, but these errors were encountered: