Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@ ignore = [

# `paste` is unmaintained; transitive dep via revm's `ark-ff` and alloy's `syn-solidity`.
"RUSTSEC-2024-0436",

# `rsa` Marvin Attack; transitive dep via `sqlx-macros-core` -> `sqlx-mysql`. The `mysql`
# feature is not enabled, so `sqlx-mysql` is never compiled — it only appears in Cargo.lock.
"RUSTSEC-2023-0071",
]