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