andrewmusselman opened a new issue, #764: URL: https://github.com/apache/tooling-trusted-releases/issues/764
**ASVS:** 1.5.1 | **Severity:** MEDIUM | **Effort:** Low ### Description In `.pre-commit-heavy.yaml` (lines ~34–35), two Semgrep rules that detect unsafe XML parsing are explicitly excluded: ```yaml - --exclude-rule=python.lang.security.use-defused-xml-parse.use-defused-xml-parse - --exclude-rule=python.lang.security.use-defused-xml.use-defused-xml ``` This creates a blind spot in the CI security pipeline — new unsafe XML parsing patterns will not be flagged. ### Remediation Inform runbook to exclude semgrep from its areas of concern -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
