aboutsummaryrefslogtreecommitdiffstats
path: root/.cargo/audit.toml
blob: 342aa88d161d9d0a778e38cae42c4a75c97c51f0 (plain) (blame)
1
2
3
4
5
6
7
8
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"
]