.cargo/audit.toml: ignore RUSTSEC-2023-0071 (#541)
This commit is contained in:
@@ -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", ...]
|
||||
|
||||
Reference in New Issue
Block a user