Skip to content

Commit

Permalink
Ignore RUSTSEC advisories for unmaintained crates. Previously covered…
Browse files Browse the repository at this point in the history
… through the cargo-deny config key �dvisories.unmaintained = warn, which was deprecated in EmbarkStudios/cargo-deny#611.
  • Loading branch information
Tastaturtaste authored and stefan-k committed Jan 6, 2025
1 parent 5213f20 commit 40a25e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ yanked = "warn"
# A list of advisory IDs to ignore. Note that ignored advisories will still
# output a note when they are encountered.
ignore = [
"RUSTSEC-2024-0370",
"RUSTSEC-2024-0384",
"RUSTSEC-2024-0388",
]

# This section is considered when running `cargo deny check licenses`
Expand Down

0 comments on commit 40a25e6

Please sign in to comment.