Acknowledge the RUSTSEC-2022-0090 advisory
This commit is contained in:
parent
01223a5a3b
commit
188b7b12c5
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue