Skip to content

docs: document automated dependency evaluation pipeline (OSPS-VM-05.03) - #94

Merged
paradoxbound merged 1 commit into
mainfrom
docs/automated-sca-policy
Mar 9, 2026
Merged

paradoxbound merged 1 commit into
mainfrom
docs/automated-sca-policy

Conversation

@paradoxbound

Copy link
Copy Markdown
Owner

Summary

Adds an 'Automated dependency evaluation' subsection to SECURITY.md documenting how every change is automatically evaluated against the remediation policy:

  • npm audit (HIGH/CRITICAL + malicious package advisories)
  • OSV Scanner (any OSV advisory, including malicious packages)
  • Trivy (CRITICAL in Docker image)
  • GitHub Dependency Review (new vulnerable/malicious deps introduced by a PR)

Also explicitly documents that VEX suppression is the mechanism for confirmed non-exploitable findings. Satisfies OSPS-VM-05.03.

Test plan

  • Review SECURITY.md changes
  • Approve and merge

Generated with Claude Code

Adds an 'Automated dependency evaluation' subsection to the Vulnerability
and License Remediation Policy describing how every change is automatically
evaluated against the policy (npm audit, OSV Scanner, Trivy, Dependency
Review), what each tool blocks on, and how VEX suppression works for
confirmed non-exploitable findings.

Signed-off-by: Paradoxbound <paradoxbound@users.noreply.github.com>
@paradoxbound
paradoxbound merged commit 74d5517 into main Mar 9, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants