Skip to content

ci: make cargo-deny advisories gating (stop masking real advisories) - #3

Merged
h4x0r merged 1 commit into
mainfrom
fix/gate-advisories
Aug 5, 2026
Merged

ci: make cargo-deny advisories gating (stop masking real advisories)#3
h4x0r merged 1 commit into
mainfrom
fix/gate-advisories

Conversation

@h4x0r

@h4x0r h4x0r commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

The advisories: job in ci.yml carried continue-on-error: true, so real RustSec advisories never blocked CI. This removes that line so the job gates.

Safety check: cargo deny check advisories runs clean on the current dependency graph — no advisory was being masked, so this change is safe to merge and stays green.

Tradeoff: a malformed entry in the upstream RustSec advisory-db (which breaks DB loading ecosystem-wide) could now gate the build. Accepted per the decision to surface real advisories rather than mask them.

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@h4x0r
h4x0r merged commit 5bc8f24 into main Aug 5, 2026
15 checks passed
@h4x0r
h4x0r deleted the fix/gate-advisories branch August 9, 2026 15:28
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.

1 participant