We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ring
1 parent db4244e commit cdca45dCopy full SHA for cdca45d
deny.toml
@@ -68,7 +68,9 @@ db-urls = ["https://github.com/rustsec/advisory-db"]
68
# A list of advisory IDs to ignore. Note that ignored advisories will still
69
# output a note when they are encountered.
70
ignore = [
71
- #"RUSTSEC-0000-0000",
+ # "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",
74
]
75
# Threshold for security vulnerabilities, any vulnerability with a CVSS score
76
# lower than the range specified will be ignored. Note that ignored advisories
0 commit comments