diff --git a/.cargo/audit.toml b/.cargo/audit.toml index 9d7721a..1edee7b 100644 --- a/.cargo/audit.toml +++ b/.cargo/audit.toml @@ -5,6 +5,11 @@ ignore = [ # Title: Arithmetic overflows in cosmwasm-std # Ignore reason: Affected functions not used. "RUSTSEC-2024-0338", + # https://rustsec.org/advisories/RUSTSEC-2024-0344 + # Crate: curve25519-dalek + # Title: Timing variability in `curve25519-dalek`'s `Scalar29::sub`/`Scalar52::sub` + # Ignore reason: Only deploying to test-nets. Waiting on dependencies. + "RUSTSEC-2024-0344", ] informational_warnings = ["unmaintained"] severity_threshold = "none"