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
3 changes: 3 additions & 0 deletions tools/dependency/cve_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
'CVE-2020-8252',
# Fixed via the nghttp2 1.41.0 bump in Envoy 8b6ea4.
'CVE-2020-11080',
# Node.js issue rooted in a c-ares bug. Does not appear to affect
# http-parser or our use of c-ares, c-ares has been bumped regardless.
'CVE-2020-8277',
])

# Subset of CVE fields that are useful below.
Expand Down