From b0cc08aeccba15de447e10265b4dbc1748ff7c5b Mon Sep 17 00:00:00 2001 From: Jonathan Louie Date: Thu, 2 Jan 2025 18:11:50 -0800 Subject: [PATCH] Revert #2235 deny.toml changes Signed-off-by: Jonathan Louie --- deny.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deny.toml b/deny.toml index 526ce9bd1e..fe489ba905 100644 --- a/deny.toml +++ b/deny.toml @@ -22,8 +22,7 @@ yanked = "deny" # A list of advisory IDs to ignore. Note that ignored advisories will still # output a note when they are encountered. ignore = [ - # Unmaintained dependency error that needs more attention due to nested dependencies - "RUSTSEC-2024-0370", + #"RUSTSEC-0000-0000", ] # Threshold for security vulnerabilities, any vulnerability with a CVSS score # lower than the range specified will be ignored. Note that ignored advisories