Skip to content

Commit

Permalink
Add audit.toml
Browse files Browse the repository at this point in the history
This config file allows us to mute specific cve warnings. The first of
which is a Diesel upgrade warning. Diesel is not used in prod anymore
and it's only use in this repo is for migration from legacy databases.
  • Loading branch information
jkilpatr authored and ch-iara committed Sep 12, 2024
1 parent b91164d commit 6162aca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[advisories]
ignore = ["RUSTSEC-2024-0365"]

0 comments on commit 6162aca

Please sign in to comment.