Skip to content

Commit 35dcd1a

Browse files
sypharGuillaumeGomez
authored andcommitted
add ring unmaintained to audit ignores
1 parent 65e9162 commit 35dcd1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.cargo/audit.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ ignore = [
1717
# We have plenty of places where user input ends up in sql, for example the inner doc path for doc pages, crate names etc.
1818
# But in all these places, the user content is part of the path of the URL.
1919
# Since URL length is limited by cloudfront, and also by nginx, to something much smaller than 4 GiB, I don't think this issue affects us.
20+
21+
"RUSTSEC-2025-0007", # `ring` is unmaintained. Not much we can do about it.
22+
# https://github.com/rust-lang/docs.rs/issues/2741
2023
]
2124
informational_warnings = ["unmaintained"] # warn for categories of informational advisories
2225
severity_threshold = "low" # CVSS severity ("none", "low", "medium", "high", "critical")

0 commit comments

Comments
 (0)