BjoernLudwigPTB/pyxml2pdf

View on GitHub
src/pyxml2pdf/core/rows.py

Summary

Maintainability
A
0 mins
Test Coverage
A
96%

Using Element to parse untrusted XML data is known to be vulnerable to XML attacks. Replace Element with the equivalent defusedxml package, or make sure defusedxml.defuse_stdlib() is called.
Invalid

from xml.etree.ElementTree import Element

Severity: Info
Found in src/pyxml2pdf/core/rows.py by bandit

There are no issues that match your filters.

Category
Status