Skip to content

Commit c7900e7

Browse files
sypharNemo157
authored andcommitted
allow unmaintained yaml-rust
1 parent fe31976 commit c7900e7

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

1111
"RUSTSEC-2024-0013", # Memory corruption, denial of service, and arbitrary code execution in libgit2
1212
# https://github.com/rust-lang/docs.rs/issues/2414
13+
14+
"RUSTSEC-2024-0320", # yaml-rust is unmaintained.
15+
# https://github.com/rust-lang/docs.rs/issues/2469
1316
]
1417
informational_warnings = ["unmaintained"] # warn for categories of informational advisories
1518
severity_threshold = "low" # CVSS severity ("none", "low", "medium", "high", "critical")

0 commit comments

Comments
 (0)