chore(deny): ignore RUSTSEC-2026-0105 (core2 yanked, transitive via bitstream-io)#1878
Merged
Merged
Conversation
…itstream-io)
`cargo deny check advisories` started failing on every PR (and on main)
2026-05-22 with:
error[unmaintained]: core2 is unmaintained, all versions yanked
├ ID: RUSTSEC-2026-0105
├ Advisory: https://rustsec.org/advisories/RUSTSEC-2026-0105
The dep is pulled in transitively via `bitstream-io` (image/media decoding
stack — `cargo tree` shows `bitstream-io v4.9.0 → core2 v0.4.0`). No
first-party use; no drop-in replacement until upstream `bitstream-io`
migrates off core2.
This commit unblocks the in-flight PR cascade (#1867 #1868 #1870 #1873
#1875 #1876) which all failed CI's `ci / lint` step on this advisory.
The deny entry is structured per the existing pattern in this file (id +
human reason mentioning the transitive path) so revisiting the ignore in
6-12 months is straightforward.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This was referenced May 22, 2026
Closed
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.
Summary
cargo deny check advisoriesstarted failing on every PR (and on main) 2026-05-22 with a new advisory:The dep is pulled in transitively via
bitstream-io(image/media decoding stack —cargo treeshowsbitstream-io v4.9.0 → core2 v0.4.0). No first-party use; no drop-in replacement until upstreambitstream-iomigrates off core2.Why this PR is urgent
This commit unblocks the in-flight PR cascade:
All 6 failed CI's
ci / lintstep on this single advisory.Verification
Test plan
cargo deny check advisoriesexits 0 locally🤖 Generated with Claude Code