mirror of
https://github.com/atuinsh/atuin.git
synced 2025-12-14 20:35:55 +01:00
chore: add audit config, ignore RUSTSEC-2023-0071 (#2126)
This commit is contained in:
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"
|
||||
]
|
||||
Reference in New Issue
Block a user