Fix XML comparison, compare time within 1e-6 seconds #175
Annotations
3 errors
Ruff (S314):
test/test_outputs.py#L63
test/test_outputs.py:63:24: S314 Using `xml` to parse untrusted data is known to be vulnerable to XML attacks; use `defusedxml` equivalents
|
Ruff (S314):
test/test_outputs.py#L64
test/test_outputs.py:64:22: S314 Using `xml` to parse untrusted data is known to be vulnerable to XML attacks; use `defusedxml` equivalents
|
lint_python
Process completed with exit code 1.
|