From 763702961f8d6309105d18960c2d2050e946ed21 Mon Sep 17 00:00:00 2001 From: Arthur Gautier Date: Mon, 4 Dec 2023 12:38:28 -0800 Subject: [PATCH] .cargo/audit.toml: ignore RUSTSEC-2023-0071 It's not actionable until a new release of the `rsa` crate is available --- .cargo/audit.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cargo/audit.toml b/.cargo/audit.toml index 49970669a..bd592a8a7 100644 --- a/.cargo/audit.toml +++ b/.cargo/audit.toml @@ -1,4 +1,5 @@ [advisories] ignore = [ "RUSTSEC-2021-0127", # serde_cbor is unmaintained + "RUSTSEC-2023-0071", # rsa: Marvin Attack: potential key recovery ]