Commit b0c2920
committed
chore(ci): security-audit gates on vulnerabilities only (v0.5.881)
`cargo audit --deny warnings` escalated every "unmaintained crate"
notice to a hard PR-blocking failure. Most flagged crates (adler,
fxhash, paste, number_prefix, bincode v1) are transitive deps from
upstream with no in-tree replacement — blocked merges without
actionable fix.
Drop `--deny warnings`; cargo-audit's default already fails on
`vulnerability` advisories (real CVEs). High-severity gate stays
on (rsa RUSTSEC-2023-0071, hickory-proto RUSTSEC-2026-0118/0119
still fail the job). Unmaintained/notice/unsound/yanked surface
as warnings in the log without blocking.1 parent 5fcdb9d commit b0c2920
1 file changed
Lines changed: 14 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
0 commit comments