From 188b7b12c5709bf43e913d093514a038ae731c46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Mon, 10 Apr 2023 11:00:05 +0200 Subject: [PATCH] Acknowledge the RUSTSEC-2022-0090 advisory --- deny.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index 6ebb43f..25ecba4 100644 --- a/deny.toml +++ b/deny.toml @@ -79,7 +79,11 @@ notice = "warn" # A list of advisory IDs to ignore. Note that ignored advisories will still # output a note when they are encountered. ignore = [ - #"RUSTSEC-0000-0000", + # The attack vector is not applicable in this specific use case. + # - https://rustsec.org/advisories/RUSTSEC-2022-0090 + # - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-35737 + # - https://nvd.nist.gov/vuln/detail/CVE-2022-35737 + "RUSTSEC-2022-0090", ] # Threshold for security vulnerabilities, any vulnerability with a CVSS score # lower than the range specified will be ignored. Note that ignored advisories