From 1a8e220aa878d4bfd2d69f50f564513a2bb87c33 Mon Sep 17 00:00:00 2001 From: David Niehues <7667041+DavidNiehues@users.noreply.github.com> Date: Thu, 27 Mar 2025 12:58:16 +0100 Subject: [PATCH] ci(supply-chain): Add exceptions for advisories RUSTSEC-2024-0436 and RUSTSEC-2024-0370 to cargo-deny --- deny.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deny.toml b/deny.toml index 295d685..e41c593 100644 --- a/deny.toml +++ b/deny.toml @@ -25,6 +25,8 @@ feature-depth = 1 # A list of advisory IDs to ignore. Note that ignored advisories will still # output a note when they are encountered. ignore = [ + "RUSTSEC-2024-0370", + "RUSTSEC-2024-0436", ] # 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.