Use of an insecure method from xml.dom.pulldom detectedBAN-B319
Security
Major
a03
a06
owasp top 10
Using various XML methods to parse untrusted XML data is known to be vulnerable to XML attacks. Using the defusedxml module is recommended. Methods should be replaced with their defusedxml equivalents.