Skip to content

Commit

Permalink
Ignore RUSTSEC-2024-0402 as borsh serialization is not used here
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbb committed Dec 6, 2024
1 parent 90d8a17 commit 39571b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ ignore = [
# Inactionable, since this is a transitive dependency of serde-xml-rs
# Only used in test code.
"RUSTSEC-2022-0048",

# hashbrown: Borsh serialization of HashMap is non-canonical
# Borsh is unused
"RUSTSEC-2024-0402",
]
# warn for categories of informational advisories
informational_warnings = [
Expand Down

0 comments on commit 39571b2

Please sign in to comment.