From d1e8b0e2d2021f9b44e9005b20283049b193f78a Mon Sep 17 00:00:00 2001 From: Christian Meusel Date: Thu, 26 Sep 2024 15:23:53 +0200 Subject: [PATCH] Add exception for RUSTSEC-2024-0375 It's the transitive dependency atty again which we are pulling in through clap. Same situation as with RUSTSEC-2024-0370, it's just no maintained as of now. --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index 048e7bce..f28316d1 100644 --- a/deny.toml +++ b/deny.toml @@ -49,6 +49,7 @@ yanked = "deny" ignore = [ "RUSTSEC-2021-0145", # caused by unmaintained atty "RUSTSEC-2024-0370", # caused by unmaintained proc-macro-error used by some examples + "RUSTSEC-2024-0375", # caused by umnaintained atty (again, with migration hint) ] # Threshold for security vulnerabilities, any vulnerability with a CVSS score # lower than the range specified will be ignored. Note that ignored advisories