Acknowledge the RUSTSEC-2022-0090 advisory

This commit is contained in:
Rodolphe Bréard 2023-04-10 11:00:05 +02:00
parent 01223a5a3b
commit 188b7b12c5

View file

@ -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