diff --git a/tools/dependency/cve_scan.py b/tools/dependency/cve_scan.py index 85c4e7a0264df..ddb4663cb10ef 100755 --- a/tools/dependency/cve_scan.py +++ b/tools/dependency/cve_scan.py @@ -61,6 +61,11 @@ # False positive on the match heuristic, fixed in Curl 7.76.0. 'CVE-2021-22876', 'CVE-2021-22890', + # Node.js issues unrelated to http-parser. + # See https://nvd.nist.gov/vuln/detail/CVE-2021-22918 + # See https://nvd.nist.gov/vuln/detail/CVE-2021-22921 + 'CVE-2021-22918', + 'CVE-2021-22921', ]) # Subset of CVE fields that are useful below.