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