From b047b10d74b5e06eaa9297b21e5807a6a632565e Mon Sep 17 00:00:00 2001 From: Bohu Date: Fri, 5 Apr 2024 09:08:52 +0800 Subject: [PATCH] Update audit.toml: RUSTSEC-2024-0332 --- .cargo/audit.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.cargo/audit.toml b/.cargo/audit.toml index 4f69ff45da74..011693af004c 100644 --- a/.cargo/audit.toml +++ b/.cargo/audit.toml @@ -30,5 +30,7 @@ ignore = [ "RUSTSEC-2021-0145", # borsh # Parsing borsh messages with ZST which are not-copy/clone is unsound - "RUSTSEC-2023-0033" + "RUSTSEC-2023-0033", + # Degradation of service in h2 servers with CONTINUATION Flood(Wait for tonic to fix) + "RUSTSEC-2024-0332" ]