Python

Python

Made by DeepSource

Use of an insecure expatreader method BAN-B315

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.