Skip to content

Commit

Permalink
fix: Update audit exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
gbbirkisson committed Jan 18, 2024
1 parent 1123252 commit 7f91064
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[advisories]
ignore = [
"RUSTSEC-2024-0003", # Resource exhaustion vulnerability in h2 may lead to Denial of Service
"RUSTSEC-2023-0074", # zerocopy: Some Ref methods are unsound with some type parameters
"RUSTSEC-2023-0071", # Marvin Attack: potential key recovery through timing sidechannels
"RUSTSEC-2023-0061", # libwebp: OOB write in BuildHuffmanTable
Expand Down

0 comments on commit 7f91064

Please sign in to comment.