Skip to content

Commit fc6e64a

Browse files
committed
Ignore sqlx-mysql rsa advisory
1 parent 1363268 commit fc6e64a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.cargo/audit.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ ignore = [
55
# custom `log::Log` implementation, so the affected code path is unreachable. rand
66
# 0.8.5 is pulled in transitively via augurs, kreuzberg, and sqlx-postgres.
77
"RUSTSEC-2026-0097",
8+
# rsa 0.9.10 Marvin Attack (timing sidechannel). No fix available. Transitive
9+
# dependency via sqlx-mysql — Hadrian doesn't use RSA keys for MySQL auth.
10+
"RUSTSEC-2023-0071",
811
]

0 commit comments

Comments
 (0)