ci(security): ignore RUSTSEC-2026-0235 with build-graph evidence (#7555) - #7556
Merged
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (4)
📝 WalkthroughWalkthroughThe security audit workflow now ignores and documents the inactive ChangesSecurity audit updates
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related issues
Possibly related PRs
Suggested reviewers: ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
security-auditis a required branch-protection context and had failed its last six completedmainruns — so every merge was bypassing it. That is CLAUDE.md's "REQUIRED + red ⇒ universal bypass" pattern, live.The sole unignored finding was RUSTSEC-2026-0235 (
rkyv0.7.46, OOB reads validating archives containingRc/Arc). It is not in Perry's build graph:rkyvis an optional feature ofrust_decimal(rkyv = ["dep:rkyv"]);perry-stdlibenables onlyfeatures = ["maths"].cargo tree -e normal -i rkyv→ "did not match any packages"cargo tree -p rust_decimal --depth 1 -e features→ arrayvec / serde / num-traits onlyrkyvartifacts in the dev or release deps directoriescargo auditreadsCargo.lock, which lists optional dependencies whether or not any feature activates them — so this is a lockfile-only finding, not exposure. Added to the existing--ignorelist with that evidence inline and an explicit re-evaluation trigger (anything enablingrkyv/rkyv-safe).cargo auditnow exits 0.Also corrects the standing note on RUSTSEC-2026-0187 (
lopdf, already ignored): dependabot #7412 proposes printpdf 0.10.1, which still pins lopdf 0.39.0. I checked out that branch's lockfile — it does not close the advisory despite appearing to. Commented on #7412 so nobody merges it as the security fix.Summary by CodeRabbit
Chores
Documentation