From ad645495adc46743bf2f4d006c2a433a52e1c6bc Mon Sep 17 00:00:00 2001 From: Yang Xiufeng Date: Wed, 4 Dec 2024 22:53:46 +0800 Subject: [PATCH] ci: ignore RUSTSEC-2024-0402. https://rustsec.org/advisories/RUSTSEC-2024-0402 --- .cargo/audit.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.cargo/audit.toml b/.cargo/audit.toml index e676c61a92a9..2a9c0e1fa7ae 100644 --- a/.cargo/audit.toml +++ b/.cargo/audit.toml @@ -47,4 +47,6 @@ ignore = [ "RUSTSEC-2024-0351", # gix-path: improperly resolves configuration path reported by Git "RUSTSEC-2024-0371", + # Borsh serialization of HashMap is non-canonical + "RUSTSEC-2024-0402" ]