Skip to content

Commit

Permalink
add RSA rustsec warning to ignores, we don't use that dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
syphar committed Nov 28, 2023
1 parent 55baa98 commit b300e23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ ignore = [

"RUSTSEC-2023-0018", # rustwide -> remove_dir_all,TOCTOU / Race Condition
# https://github.com/rust-lang/docs.rs/issues/2074

"RUSTSEC-2023-0071", # potential key recovery through timing sidechannels
]
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 b300e23

Please sign in to comment.