chore(deps): bump crossbeam-epoch to 0.9.20 (RUSTSEC-2026-0204)#210
Open
mauripunzueta wants to merge 1 commit into
Open
chore(deps): bump crossbeam-epoch to 0.9.20 (RUSTSEC-2026-0204)#210mauripunzueta wants to merge 1 commit into
mauripunzueta wants to merge 1 commit into
Conversation
crossbeam-epoch 0.9.0–0.9.19 has an invalid pointer dereference in the `fmt::Pointer` impl for `Atomic`/`Shared` when formatting null pointers (RUSTSEC-2026-0204), fixed in 0.9.20. This is a semver-compatible lockfile bump (no Cargo.toml change) that clears the advisory currently failing the Security Audit job on every open PR.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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
Bumps
crossbeam-epoch0.9.18 → 0.9.20 (lockfile-only) to clear RUSTSEC-2026-0204, which is currently failing the Security Audit CI job on every open PR.The advisory
crossbeam-epoch0.9.0–0.9.19 has an invalid pointer dereference in thefmt::Pointerimplementation forAtomic/Shared: formatting a null pointer (fromAtomic::null/Shared::null) dereferences it without a null check. Fixed in 0.9.20.Fix rationale
A patched version exists and the bump is semver-compatible (0.9.x → 0.9.x,
Cargo.lockonly, noCargo.tomlchange), so this removes the vulnerability rather than suppressing it. That's preferable to addingRUSTSEC-2026-0204tocargo audit's--ignorelist inci.yml— the ignore list is reserved for advisories with no reachable fix (e.g. transitive deps pinned by the AWS SDK / blocked upstream), which isn't the case here.Impact
mainand all open PRs.Test plan
Security Auditpasses (no remaining un-ignored advisory).