.cargo/audit.toml: ignore RUSTSEC-2023-0071 (#541)

This commit is contained in:
Shella Stephens
2023-12-06 08:49:24 -07:00
committed by GitHub
parent 385db11522
commit 3e31fe8663
+1
View File
@@ -2,4 +2,5 @@
ignore = [
"RUSTSEC-2020-0071", # chrono
"RUSTSEC-2021-0145", # atty
"RUSTSEC-2023-0071", # rsa: Marvin Attack: potential key recovery
] # advisory IDs to ignore e.g. ["RUSTSEC-2019-0001", ...]