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.
1 parent b348142 commit 19e343aCopy full SHA for 19e343a
.cargo/audit.toml
@@ -5,6 +5,8 @@ ignore = [
5
6
"RUSTSEC-2023-0018", # rustwide -> remove_dir_all,TOCTOU / Race Condition
7
# https://github.com/rust-lang/docs.rs/issues/2074
8
+
9
+ "RUSTSEC-2023-0071", # potential key recovery through timing sidechannels
10
]
11
informational_warnings = ["unmaintained"] # warn for categories of informational advisories
12
severity_threshold = "low" # CVSS severity ("none", "low", "medium", "high", "critical")
0 commit comments