Add governance artifacts package with validation, manifest tooling, tests, and CI workflow#64
Merged
OneFineStarstuff merged 1 commit intoApr 27, 2026
codefactor.io / CodeFactor
failed
Apr 27, 2026 in 1s
1 issue found.
Annotations
Check warning on line 146 in artifacts/validate_artifacts.py
codefactor-io / CodeFactor
artifacts/validate_artifacts.py#L146
Using xml.etree.ElementTree.parse to parse untrusted XML data is known to be vulnerable to XML attacks. Replace xml.etree.ElementTree.parse with its defusedxml equivalent function or make sure defusedxml.defuse_stdlib() is called (B314)
Loading