From 4f51610514a6b5a60381f8ebef4b0e96aea0352a Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Tue, 12 Nov 2024 12:47:27 +0100 Subject: [PATCH] chore: ignore derivative --- deny.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deny.toml b/deny.toml index 0352fcfaecf..f628275d9de 100644 --- a/deny.toml +++ b/deny.toml @@ -1,6 +1,10 @@ [advisories] version = 2 yanked = "warn" +ignore = [ + # https://rustsec.org/advisories/RUSTSEC-2024-0388 used by ssz, will be removed https://github.com/sigp/ethereum_ssz/pull/34 + "RUSTSEC-2024-0388" +] [bans] multiple-versions = "warn"