fix: time-box the RUSTSEC-2026-0222 ignore with a CI-enforced deadline - #340
Open
MaximeGaudin wants to merge 2 commits into
Open
fix: time-box the RUSTSEC-2026-0222 ignore with a CI-enforced deadline#340MaximeGaudin wants to merge 2 commits into
MaximeGaudin wants to merge 2 commits into
Conversation
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
RUSTSEC-2026-0222(wasmtime, GHSA-hgjw-h833-99q9) was ignored indeny.tomlwith no expiry. Advisory state verified against the current RustSec DB: it is patched only in>= 46.0.2and>= 47.0.3— no 43.x release fixes it — and the lock carries wasmtime 43.0.2 via extism 1.30, which pinswasmtime = "43". extism 1.30.0 is the newest extism release, so a bump is not possible; the ignore had to stay.until/expiry field for advisory ignores, so the time-box is enforced in CI: newscripts/check-ignore-deadlines.mjsrequires every advisory ignore entry to carry an# expires: YYYY-MM-DDin its comment block and fails when the date passes. It runs in thedenyjob.# expires: 2026-10-31; after that date every PR fails until the advisory is re-evaluated (extism moves to a patched wasmtime, or we patch it).Fixes #195
Test plan
deny.toml(green); expired-date and missing-date fixtures both fail as intended.cargo deny checkstill passes locally (advisories, bans, licenses, sources ok).