Skip to content

Add governance artifacts package with validation, manifest tooling, tests, and CI workflow#64

Merged
OneFineStarstuff merged 1 commit into
mainfrom
codex/develop-agi-governance-blueprint-for-financial-institutions
Apr 27, 2026
Merged

Add governance artifacts package with validation, manifest tooling, tests, and CI workflow#64
OneFineStarstuff merged 1 commit into
mainfrom
codex/develop-agi-governance-blueprint-for-financial-institutions

Handle additional structured exceptions in check_all CLI

b413fcf
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor failed Apr 27, 2026 in 1s

1 issue found.

Annotations

Check warning on line 146 in artifacts/validate_artifacts.py

See this annotation in the file changed.

@codefactor-io 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)