Skip to content

Commit 5b4b428

Browse files
committed
add RUSTSEC-2023-0018 to ignore-list
1 parent ec9c02a commit 5b4b428

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
@@ -5,6 +5,9 @@ ignore = [
55

66
"RUSTSEC-2021-0127", # serde_cbor is unmaintained
77
# 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
811
]
912
informational_warnings = ["unmaintained"] # warn for categories of informational advisories
1013
severity_threshold = "low" # CVSS severity ("none", "low", "medium", "high", "critical")

0 commit comments

Comments
 (0)