mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-21 15:53:30 +01:00
chore: add audit config, ignore RUSTSEC-2023-0071 (#2126)
This commit is contained in:
parent
5f2df6584d
commit
41b93fbb8b
9
.cargo/audit.toml
Normal file
9
.cargo/audit.toml
Normal file
@ -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"
|
||||
]
|
Loading…
Reference in New Issue
Block a user