Skip to content

Commit

Permalink
data/excluded: batch add 10 excluded reports
Browse files Browse the repository at this point in the history
Adds excluded reports:
	- data/excluded/GO-2023-2049.yaml
	- data/excluded/GO-2023-2035.yaml
	- data/excluded/GO-2023-2062.yaml
	- data/excluded/GO-2023-2057.yaml
	- data/excluded/GO-2023-2032.yaml
	- data/excluded/GO-2023-2061.yaml
	- data/excluded/GO-2023-2060.yaml
	- data/excluded/GO-2023-2033.yaml
	- data/excluded/GO-2023-2028.yaml
	- data/excluded/GO-2023-2025.yaml

Fixes #2049
Fixes #2035
Fixes #2062
Fixes #2057
Fixes #2032
Fixes #2061
Fixes #2060
Fixes #2033
Fixes #2028
Fixes #2025

Change-Id: Idbe9559172056824d0c5e78e610e0d348cab640d
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/528596
Reviewed-by: Zvonimir Pavlinovic <zpavlinovic@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
  • Loading branch information
neild committed Sep 15, 2023
1 parent ea78b08 commit 5ff1b8e
Show file tree
Hide file tree
Showing 10 changed files with 74 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data/excluded/GO-2023-2025.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
id: GO-2023-2025
excluded: EFFECTIVELY_PRIVATE
modules:
- module: github.com/gravitl/netmaker
cves:
- CVE-2023-32079
ghsas:
- GHSA-826j-8wp2-4x6q
8 changes: 8 additions & 0 deletions data/excluded/GO-2023-2028.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
id: GO-2023-2028
excluded: EFFECTIVELY_PRIVATE
modules:
- module: github.com/openfga/openfga
cves:
- CVE-2023-40579
ghsas:
- GHSA-jcf2-mxr2-gmqp
8 changes: 8 additions & 0 deletions data/excluded/GO-2023-2032.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
id: GO-2023-2032
excluded: NOT_GO_CODE
modules:
- module: github.com/spinnaker/spinnaker
cves:
- CVE-2023-39348
ghsas:
- GHSA-rq5c-hvw6-8pr7
8 changes: 8 additions & 0 deletions data/excluded/GO-2023-2033.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
id: GO-2023-2033
excluded: EFFECTIVELY_PRIVATE
modules:
- module: github.com/ansible-semaphore/semaphore
cves:
- CVE-2023-39059
ghsas:
- GHSA-3r32-cp7v-5wq4
6 changes: 6 additions & 0 deletions data/excluded/GO-2023-2035.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
id: GO-2023-2035
excluded: NOT_IMPORTABLE
modules:
- module: github.com/bnb-chain/tss-lib
ghsas:
- GHSA-h24c-6p6p-m3vx
8 changes: 8 additions & 0 deletions data/excluded/GO-2023-2049.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
id: GO-2023-2049
excluded: NOT_IMPORTABLE
modules:
- module: github.com/argoproj/argo-cd
cves:
- CVE-2023-40029
ghsas:
- GHSA-fwr2-64vr-xv9m
6 changes: 6 additions & 0 deletions data/excluded/GO-2023-2057.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
id: GO-2023-2057
excluded: NOT_GO_CODE
modules:
- module: github.com/mozilla-mobile/mozilla-vpn-client
cves:
- CVE-2023-4104
8 changes: 8 additions & 0 deletions data/excluded/GO-2023-2060.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
id: GO-2023-2060
excluded: EFFECTIVELY_PRIVATE
modules:
- module: github.com/k3s-io/k3s
cves:
- CVE-2023-32187
ghsas:
- GHSA-m4hf-6vgr-75r2
8 changes: 8 additions & 0 deletions data/excluded/GO-2023-2061.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
id: GO-2023-2061
excluded: EFFECTIVELY_PRIVATE
modules:
- module: github.com/rancher/rke2
cves:
- CVE-2023-32186
ghsas:
- GHSA-p45j-vfv5-wprq
6 changes: 6 additions & 0 deletions data/excluded/GO-2023-2062.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
id: GO-2023-2062
excluded: NOT_GO_CODE
modules:
- module: github.com/grpc/grpc
cves:
- CVE-2023-4785

0 comments on commit 5ff1b8e

Please sign in to comment.