From 52ed07b4cfa0b316268fcc212c7b4b37082b02f9 Mon Sep 17 00:00:00 2001 From: Yadong Ding Date: Thu, 8 Aug 2024 21:47:36 +0800 Subject: [PATCH] deny: ignore RUSTSEC-2024-0357 openssl 0.10.55 can't build in riscv64 and ppc64le. Signed-off-by: Yadong Ding --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index 48c7f660a6c..00492de0eb0 100644 --- a/deny.toml +++ b/deny.toml @@ -48,6 +48,7 @@ notice = "warn" # A list of advisory IDs to ignore. Note that ignored advisories will still # output a note when they are encountered. ignore = [ + { id = "RUSTSEC-2024-0357", reason = "openssl 0.10.55 can't build in riscv64 and ppc64le" }, ] # Threshold for security vulnerabilities, any vulnerability with a CVSS score # lower than the range specified will be ignored. Note that ignored advisories