From 19f7b54dc8f26a244f569e65f56278612f8fdf4a Mon Sep 17 00:00:00 2001 From: Thibault Martinez Date: Mon, 15 Dec 2025 18:57:00 +0100 Subject: [PATCH] chore(indexer): temporarily allow RUSTSEC-2025-0134 --- indexer/deny.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/indexer/deny.toml b/indexer/deny.toml index 5da0b5648..89c2dc618 100644 --- a/indexer/deny.toml +++ b/indexer/deny.toml @@ -86,6 +86,8 @@ ignore = [ # Marvin Attack: potential key recovery through timing sidechannels # https://github.com/iotaledger/iota-names/issues/265 "RUSTSEC-2023-0071", + # rustls-pemfile is unmaintained + "RUSTSEC-2025-0134", ] # If this is true, then cargo deny will use the git executable to fetch advisory database. # If this is false, then it uses a built-in git library.