cgtobi/PyRMVtransport

View on GitHub
RMVtransport/rmvtransport.py

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Using etree to parse untrusted XML data is known to be vulnerable to XML attacks. Replace etree with the equivalent defusedxml package.
Open

from lxml import etree, objectify  # type: ignore

Severity: Info
Found in RMVtransport/rmvtransport.py by bandit

There are no issues that match your filters.

Category
Status