We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43c0928 commit cad3793Copy full SHA for cad3793
.cargo/audit.toml
@@ -11,4 +11,8 @@ ignore = [
11
12
# `paste` is unmaintained; transitive dep via revm's `ark-ff` and alloy's `syn-solidity`.
13
"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",
18
]
0 commit comments