Skip to content

Commit 19e343a

Browse files
committed
add RSA rustsec warning to ignores, we don't use that dependency
1 parent b348142 commit 19e343a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.cargo/audit.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ ignore = [
55

66
"RUSTSEC-2023-0018", # rustwide -> remove_dir_all,TOCTOU / Race Condition
77
# https://github.com/rust-lang/docs.rs/issues/2074
8+
9+
"RUSTSEC-2023-0071", # potential key recovery through timing sidechannels
810
]
911
informational_warnings = ["unmaintained"] # warn for categories of informational advisories
1012
severity_threshold = "low" # CVSS severity ("none", "low", "medium", "high", "critical")

0 commit comments

Comments
 (0)