Use of an insecure method from xml.dom.minidom detectedBAN-B318
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.