Skip to content

Commit

Permalink
chore: add audit config, ignore RUSTSEC-2023-0071 (#2126)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellie authored Jun 13, 2024
1 parent 5f2df65 commit 41b93fb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[advisories]
ignore = [
# This is a vuln on RSA. RSA is in our lockfile, but not in cargo-tree.
# It is a issue with sqlx/cargo, and does not affect Atuin.
# See:
# - https://github.com/launchbadge/sqlx/issues/3211
# - https://github.com/rust-lang/cargo/issues/10801
"RUSTSEC-2023-0071"
]

0 comments on commit 41b93fb

Please sign in to comment.