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 6cdb3f0 commit 179f2f1Copy full SHA for 179f2f1
.cargo/audit.toml
@@ -8,6 +8,9 @@ ignore = [
8
9
"RUSTSEC-2023-0018", # rustwide -> remove_dir_all,TOCTOU / Race Condition
10
# https://github.com/rust-lang/docs.rs/issues/2074
11
+
12
+ "RUSTSEC-2023-0019", # kuchiki is unmaintained
13
+ # https://github.com/rust-lang/docs.rs/issues/2076
14
]
15
informational_warnings = ["unmaintained"] # warn for categories of informational advisories
16
severity_threshold = "low" # CVSS severity ("none", "low", "medium", "high", "critical")
0 commit comments