Skip to content

chore: remove stale RUSTSEC-2025-0119 entry from deny.toml#99

Merged
bug-ops merged 1 commit intomainfrom
feat/issue-76/chore-remove-stale-rustsec-202
Mar 15, 2026
Merged

chore: remove stale RUSTSEC-2025-0119 entry from deny.toml#99
bug-ops merged 1 commit intomainfrom
feat/issue-76/chore-remove-stale-rustsec-202

Conversation

@bug-ops
Copy link
Copy Markdown
Owner

@bug-ops bug-ops commented Mar 15, 2026

Summary

  • Removes the stale RUSTSEC-2025-0119 ignore entry from deny.toml
  • The number_prefix crate (transitive via indicatif) has since been updated; the advisory no longer matches any dependency
  • cargo deny check no longer emits advisory-not-detected warning

Test plan

  • cargo deny check passes without warnings for this advisory
  • cargo +nightly fmt --check passes
  • cargo clippy --all-targets --all-features --workspace -- -D warnings passes

Closes #76

The advisory was previously ignored for the unmaintained `number_prefix`
crate (transitive via indicatif). The dependency has since been updated,
so the advisory no longer matches any crate in the dependency tree.
Leaving the entry caused `cargo deny check` to emit an
advisory-not-detected warning, which is now resolved.

Closes #76
@github-actions github-actions bot added core Changes to exarch-core docs Documentation security Security related labels Mar 15, 2026
@bug-ops bug-ops enabled auto-merge (squash) March 15, 2026 01:10
@bug-ops bug-ops merged commit 3bde41b into main Mar 15, 2026
20 checks passed
@bug-ops bug-ops deleted the feat/issue-76/chore-remove-stale-rustsec-202 branch March 15, 2026 01:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core Changes to exarch-core docs Documentation security Security related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: remove stale RUSTSEC-2025-0119 entry from deny.toml

1 participant