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 ec9c02a commit 5b4b428Copy full SHA for 5b4b428
.cargo/audit.toml
@@ -5,6 +5,9 @@ ignore = [
5
6
"RUSTSEC-2021-0127", # serde_cbor is unmaintained
7
# https://github.com/rust-lang/docs.rs/issues/1568
8
+
9
+ "RUSTSEC-2023-0018", # rustwide -> remove_dir_all,TOCTOU / Race Condition
10
+ # https://github.com/rust-lang/docs.rs/issues/2074
11
]
12
informational_warnings = ["unmaintained"] # warn for categories of informational advisories
13
severity_threshold = "low" # CVSS severity ("none", "low", "medium", "high", "critical")
0 commit comments