Skip to content

Commit

Permalink
Update audit.toml: RUSTSEC-2024-0332
Browse files Browse the repository at this point in the history
  • Loading branch information
BohuTANG authored Apr 5, 2024
1 parent b8f445b commit b047b10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .cargo/audit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]

0 comments on commit b047b10

Please sign in to comment.