Skip to content

Commit cad3793

Browse files
authored
ignore false-positive audit warning (#21)
1 parent 43c0928 commit cad3793

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.cargo/audit.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,8 @@ ignore = [
1111

1212
# `paste` is unmaintained; transitive dep via revm's `ark-ff` and alloy's `syn-solidity`.
1313
"RUSTSEC-2024-0436",
14+
15+
# `rsa` Marvin Attack; transitive dep via `sqlx-macros-core` -> `sqlx-mysql`. The `mysql`
16+
# feature is not enabled, so `sqlx-mysql` is never compiled — it only appears in Cargo.lock.
17+
"RUSTSEC-2023-0071",
1418
]

0 commit comments

Comments
 (0)