Skip to content

Commit cdca45d

Browse files
authored
cargo-deny: Ignore ring maintenance advisory (#10656)
As the code comment says, we are aware, but there is not much we can do about it from our side at the moment.
1 parent db4244e commit cdca45d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deny.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ db-urls = ["https://github.com/rustsec/advisory-db"]
6868
# A list of advisory IDs to ignore. Note that ignored advisories will still
6969
# output a note when they are encountered.
7070
ignore = [
71-
#"RUSTSEC-0000-0000",
71+
# "ring is unmaintained" – we are aware, but there is not much we can do
72+
# about it on our side for now :-/
73+
"RUSTSEC-2025-0007",
7274
]
7375
# Threshold for security vulnerabilities, any vulnerability with a CVSS score
7476
# lower than the range specified will be ignored. Note that ignored advisories

0 commit comments

Comments
 (0)