Skip to content

Commit

Permalink
Merge pull request fedimint#6514 from dpc/24-12-05-cargo-audit-green
Browse files Browse the repository at this point in the history
fix: ignore RUSTSEC-2024-0402 which we don't care about
  • Loading branch information
dpc authored Dec 5, 2024
2 parents 8f4ba0f + 7787c10 commit 475bc5f
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 475bc5f

Please sign in to comment.