You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remove cargo-deny advisory ignores that no longer match dependency advisories
remove the obsolete rustls-webpki explanatory block tied to those ignores
Test
cargo deny check
This PR was generated by an AI coding assistant.
Note
Low Risk
Config-only cleanup with no runtime code changes; risk is limited to cargo deny check failing if any removed advisory still matches the lockfile.
Overview
Trims deny.toml so cargo deny check advisories only lists ignores that still apply to the current dependency graph.
Removes RUSTSEC-2024-0370 (proc-macro-error via sigstore) and four rustls-webpki 0.102 entries (RUSTSEC-2026-0049, 0098, 0099, 0104) plus the long comment about sigstore-tsa / rustls-webpki = "0.102". Unchanged ignores: RUSTSEC-2026-0173, RUSTSEC-2023-0071, RUSTSEC-2025-0119.
Reviewed by Cursor Bugbot for commit 3d125c1. Bugbot is set up for automated code reviews on this repo. Configure here.
This PR updates the deny.toml configuration file to modify the cargo deny advisory ignore list. The [advisories].ignore array is consolidated to contain only three specific RustSec advisory IDs (RUSTSEC-2026-0173, RUSTSEC-2023-0071, RUSTSEC-2025-0119) with their associated reason annotations, removing nine lines of previously ignored advisory entries.
Changes
Dependency Advisory Configuration
Layer / File(s)
Summary
Advisory ignore list update deny.toml
The [advisories].ignore configuration is reduced to three specified RustSec advisory IDs with their reason annotations, removing previously ignored entries and maintaining only the active advisory ignores.
Estimated code review effort
🎯 1 (Trivial) | ⏱️ ~3 minutes
Possibly related PRs
jdx/mise#10269: Both PRs modify deny.toml's [advisories].ignore list to manage RustSec advisory ignores, specifically involving RUSTSEC-2026-0173 in advisory ignore configuration.
Poem
🐰 Nine lines of worry hop away,
Three advisories stay to play,
The deny list is sleek and bright,
Dependencies sleep tight tonight!
The title 'chore: remove stale cargo-deny advisory ignores' directly and clearly describes the main change in the changeset: removing outdated advisory ignore entries from deny.toml.
Docstring Coverage
✅ Passed
No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check
✅ Passed
Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check
✅ Passed
Check skipped because no linked issues were found for this pull request.
Description Check
✅ Passed
Check skipped - CodeRabbit’s high-level summary is enabled.
✏️ Tip: You can configure your own custom pre-merge checks in the settings.
Comment @coderabbitai help to get the list of available commands and usage tips.
Cleans up deny.toml by removing five advisory ignore entries that no longer match active dependencies, along with the explanatory comment block for the rustls-webpki 0.102 advisories.
Removes RUSTSEC-2024-0370 (proc-macro-error from sigstore) and four RUSTSEC-2026-xxxx rustls-webpki 0.102 entries, indicating those dependencies have been upgraded or dropped since the ignores were added.
Leaves the three still-needed ignores (RUSTSEC-2026-0173, RUSTSEC-2023-0071, RUSTSEC-2025-0119) untouched.
Confidence Score: 5/5
Safe to merge — removes stale advisory suppression entries with no impact on runtime behavior.
The change only removes advisory ignores that no longer correspond to active dependencies; cargo deny check validates correctness. Nothing is introduced or modified, only cleaned up.
No files require special attention.
Important Files Changed
Filename
Overview
deny.toml
Removes 5 stale RUSTSEC advisory ignores (RUSTSEC-2024-0370 and the 4 rustls-webpki 0.102 entries) along with their associated explanatory comment block; remaining 3 ignores are untouched.
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
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
Test
This PR was generated by an AI coding assistant.
Note
Low Risk
Config-only cleanup with no runtime code changes; risk is limited to
cargo deny checkfailing if any removed advisory still matches the lockfile.Overview
Trims
deny.tomlsocargo deny check advisoriesonly lists ignores that still apply to the current dependency graph.Removes
RUSTSEC-2024-0370(proc-macro-errorvia sigstore) and fourrustls-webpki0.102 entries (RUSTSEC-2026-0049, 0098, 0099, 0104) plus the long comment about sigstore-tsa /rustls-webpki = "0.102". Unchanged ignores:RUSTSEC-2026-0173,RUSTSEC-2023-0071,RUSTSEC-2025-0119.Reviewed by Cursor Bugbot for commit 3d125c1. Bugbot is set up for automated code reviews on this repo. Configure here.
Summary by CodeRabbit