Skip to content

Commit 40a25e6

Browse files
Tastaturtastestefan-k
authored andcommitted
Ignore RUSTSEC advisories for unmaintained crates. Previously covered through the cargo-deny config key �dvisories.unmaintained = warn, which was deprecated in EmbarkStudios/cargo-deny#611.
1 parent 5213f20 commit 40a25e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deny.toml

+3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ yanked = "warn"
4444
# A list of advisory IDs to ignore. Note that ignored advisories will still
4545
# output a note when they are encountered.
4646
ignore = [
47+
"RUSTSEC-2024-0370",
48+
"RUSTSEC-2024-0384",
49+
"RUSTSEC-2024-0388",
4750
]
4851

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

0 commit comments

Comments
 (0)