Skip to content

Commit

Permalink
add ring unmaintained to audit ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
syphar committed Feb 22, 2025
1 parent 80bfc05 commit 898421d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ ignore = [
# We have plenty of places where user input ends up in sql, for example the inner doc path for doc pages, crate names etc.
# But in all these places, the user content is part of the path of the URL.
# 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.

"RUSTSEC-2025-0007", # `ring` is unmaintained. Not much we can do about it.
# https://github.com/rust-lang/docs.rs/issues/2741
]
informational_warnings = ["unmaintained"] # warn for categories of informational advisories
severity_threshold = "low" # CVSS severity ("none", "low", "medium", "high", "critical")
Expand Down

0 comments on commit 898421d

Please sign in to comment.