Skip to content

Commit 179f2f1

Browse files
committed
ignore unmaintained kuchiki in audit
1 parent 6cdb3f0 commit 179f2f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.cargo/audit.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ ignore = [
88

99
"RUSTSEC-2023-0018", # rustwide -> remove_dir_all,TOCTOU / Race Condition
1010
# 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
1114
]
1215
informational_warnings = ["unmaintained"] # warn for categories of informational advisories
1316
severity_threshold = "low" # CVSS severity ("none", "low", "medium", "high", "critical")

0 commit comments

Comments
 (0)