diff --git a/deny.toml b/deny.toml index 6830e9962ca9..7254f62ff0b1 100644 --- a/deny.toml +++ b/deny.toml @@ -6,6 +6,7 @@ ignore = [ "RUSTSEC-2022-0061", # parity-wasm is deprecated "RUSTSEC-2024-0436", # paste is unmaintained "RUSTSEC-2025-0046", # wasmtime issue, this needs to be resolved in FVM + "RUSTSEC-2023-0071", # rsa issue. No patch is yet available, however work is underway to migrate to a fully constant-time implementation. ] [licenses]