aboutsummaryrefslogtreecommitdiffstats
path: root/.cargo/audit.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-06-10 22:34:34 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-06-10 22:34:34 +0200
commitedc27740c0fec4e8daaabbabe0479c1efc191316 (patch)
tree29f458b39f62ab722df33488f40ad1b03086b868 /.cargo/audit.toml
parentchore: Turn all `allow`s into into `expect`s (diff)
downloadatuin-edc27740c0fec4e8daaabbabe0479c1efc191316.zip
chore: Remove more (kinda) useless stuff
Diffstat (limited to '')
-rw-r--r--.cargo/audit.toml9
1 files changed, 0 insertions, 9 deletions
diff --git a/.cargo/audit.toml b/.cargo/audit.toml
deleted file mode 100644
index 342aa88d..00000000
--- a/.cargo/audit.toml
+++ /dev/null
@@ -1,9 +0,0 @@
-[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"
-]