Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions tools/dependency/cve_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down