Skip to content

Commit

Permalink
fix: ignore RUSTSEC-2024-0402 which we don't care about
Browse files Browse the repository at this point in the history
  • Loading branch information
dpc committed Dec 5, 2024
1 parent 8f4ba0f commit 7787c10
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .cargo/audit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,9 @@
#
# See the full example in: https://raw.githubusercontent.com/rustsec/rustsec/main/cargo-audit/audit.toml.example
[advisories]
ignore = ["RUSTSEC-2023-0052", "RUSTSEC-2023-0071"]
ignore = [
"RUSTSEC-2023-0052",
"RUSTSEC-2023-0071",
# we don't use borsch encoding
"RUSTSEC-2024-0402"
]

0 comments on commit 7787c10

Please sign in to comment.