Skip to content

Commit

Permalink
data/excluded: batch add 7 excluded reports
Browse files Browse the repository at this point in the history
Adds excluded reports:
	- data/excluded/GO-2023-2161.yaml
	- data/excluded/GO-2023-2159.yaml
	- data/excluded/GO-2023-2168.yaml
	- data/excluded/GO-2023-2171.yaml
	- data/excluded/GO-2023-2170.yaml
	- data/excluded/GO-2023-2167.yaml
	- data/excluded/GO-2023-2166.yaml

Fixes #2161
Fixes #2159
Fixes #2168
Fixes #2171
Fixes #2170
Fixes #2167
Fixes #2166

Change-Id: I5250b274076fcab3e44803965e2404fd7cce4d54
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/539339
Reviewed-by: Zvonimir Pavlinovic <zpavlinovic@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Damien Neil <dneil@google.com>
  • Loading branch information
neild authored and gopherbot committed Nov 6, 2023
1 parent 62db6f3 commit db896de
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data/excluded/GO-2023-2159.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
id: GO-2023-2159
excluded: NOT_IMPORTABLE
modules:
- module: github.com/kubernetes/kubernetes
cves:
- CVE-2021-25736
ghsas:
- GHSA-35c7-w35f-xwgh
6 changes: 6 additions & 0 deletions data/excluded/GO-2023-2161.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
id: GO-2023-2161
excluded: NOT_IMPORTABLE
modules:
- module: github.com/docker/docker
ghsas:
- GHSA-jq35-85cj-fj4p
8 changes: 8 additions & 0 deletions data/excluded/GO-2023-2166.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
id: GO-2023-2166
excluded: EFFECTIVELY_PRIVATE
modules:
- module: github.com/authzed/spicedb
cves:
- CVE-2023-46255
ghsas:
- GHSA-jg7w-cxjv-98c2
6 changes: 6 additions & 0 deletions data/excluded/GO-2023-2167.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
id: GO-2023-2167
excluded: EFFECTIVELY_PRIVATE
modules:
- module: github.com/projectcalico/calico
cves:
- CVE-2023-41377
8 changes: 8 additions & 0 deletions data/excluded/GO-2023-2168.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
id: GO-2023-2168
excluded: NOT_GO_CODE
modules:
- module: github.com/hashicorp/vagrant
cves:
- CVE-2023-5834
ghsas:
- GHSA-47xw-vw6m-w9fq
8 changes: 8 additions & 0 deletions data/excluded/GO-2023-2170.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
id: GO-2023-2170
excluded: EFFECTIVELY_PRIVATE
modules:
- module: k8s.io/kubernetes
cves:
- CVE-2023-3955
ghsas:
- GHSA-q78c-gwqw-jcmc
6 changes: 6 additions & 0 deletions data/excluded/GO-2023-2171.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
id: GO-2023-2171
excluded: EFFECTIVELY_PRIVATE
modules:
- module: github.com/openshift/kubernetes
cves:
- CVE-2023-5408

0 comments on commit db896de

Please sign in to comment.