Skip to content

Commit

Permalink
chore: Actually commit advisory ignore contents
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbcodes committed Jan 17, 2024
1 parent fc6f97f commit 4a5439b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[advisories]
ignore = [
# Advisory about a vulnerability in rsa, which we don't use, but it is pulled in via sqlx due
# to a bug in cargo. Context: https://github.com/rust-lang/cargo/issues/10801#issuecomment-1831905921
"RUSTSEC-2023-0071"
]

0 comments on commit 4a5439b

Please sign in to comment.