Skip to content

Commit

Permalink
data/excluded: batch add 11 excluded reports
Browse files Browse the repository at this point in the history
Adds excluded reports:
	- data/excluded/GO-2023-2018.yaml
	- data/excluded/GO-2023-2016.yaml
	- data/excluded/GO-2023-2014.yaml
	- data/excluded/GO-2023-2012.yaml
	- data/excluded/GO-2023-2011.yaml
	- data/excluded/GO-2023-2010.yaml
	- data/excluded/GO-2023-2009.yaml
	- data/excluded/GO-2023-2008.yaml
	- data/excluded/GO-2023-2007.yaml
	- data/excluded/GO-2023-1984.yaml
	- data/excluded/GO-2023-2013.yaml

Fixes #2018
Fixes #2016
Fixes #2014
Fixes #2012
Fixes #2011
Fixes #2010
Fixes #2009
Fixes #2008
Fixes #2007
Fixes #1984
Fixes #2013

Change-Id: If0ea70817a67334d02f9c7c6a7f7f9b2e2295b9c
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/522555
Run-TryBot: Maceo Thompson <maceothompson@google.com>
Reviewed-by: Tatiana Bradley <tatianabradley@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
  • Loading branch information
Maceo Thompson committed Aug 24, 2023
1 parent 7cfc412 commit 7fdbb06
Show file tree
Hide file tree
Showing 11 changed files with 86 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data/excluded/GO-2023-1984.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
id: GO-2023-1984
excluded: NOT_GO_CODE
modules:
- module: github.com/apache/thrift
cves:
- CVE-2016-5397
ghsas:
- GHSA-r4m4-pmvw-m6j5
8 changes: 8 additions & 0 deletions data/excluded/GO-2023-2007.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
id: GO-2023-2007
excluded: EFFECTIVELY_PRIVATE
modules:
- module: github.com/mattermost/mattermost-server/v6
cves:
- CVE-2023-4107
ghsas:
- GHSA-6xjj-v76v-fwpj
8 changes: 8 additions & 0 deletions data/excluded/GO-2023-2008.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
id: GO-2023-2008
excluded: EFFECTIVELY_PRIVATE
modules:
- module: github.com/mattermost/mattermost-server/v6
cves:
- CVE-2023-4108
ghsas:
- GHSA-9rww-66w7-7vjx
8 changes: 8 additions & 0 deletions data/excluded/GO-2023-2009.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
id: GO-2023-2009
excluded: EFFECTIVELY_PRIVATE
modules:
- module: github.com/mattermost/mattermost-server/v6
cves:
- CVE-2023-4105
ghsas:
- GHSA-g3v6-r8p9-wxg9
8 changes: 8 additions & 0 deletions data/excluded/GO-2023-2010.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
id: GO-2023-2010
excluded: EFFECTIVELY_PRIVATE
modules:
- module: github.com/mattermost/mattermost-server/v6
cves:
- CVE-2023-4106
ghsas:
- GHSA-p267-jjfq-pphf
8 changes: 8 additions & 0 deletions data/excluded/GO-2023-2011.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
id: GO-2023-2011
excluded: EFFECTIVELY_PRIVATE
modules:
- module: github.com/yaklang/yaklang
cves:
- CVE-2023-40023
ghsas:
- GHSA-xvhg-w6qc-m3qq
6 changes: 6 additions & 0 deletions data/excluded/GO-2023-2012.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
id: GO-2023-2012
excluded: EFFECTIVELY_PRIVATE
modules:
- module: github.com/treeverse/lakefs
ghsas:
- GHSA-9phh-r37v-34wh
8 changes: 8 additions & 0 deletions data/excluded/GO-2023-2013.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
id: GO-2023-2013
excluded: NOT_IMPORTABLE
modules:
- module: github.com/docker/docker
cves:
- CVE-2019-13509
ghsas:
- GHSA-j249-ghv5-7mxv
8 changes: 8 additions & 0 deletions data/excluded/GO-2023-2014.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
id: GO-2023-2014
excluded: EFFECTIVELY_PRIVATE
modules:
- module: github.com/woodpecker-ci/woodpecker
cves:
- CVE-2023-40034
ghsas:
- GHSA-4gcf-5m39-98mc
8 changes: 8 additions & 0 deletions data/excluded/GO-2023-2016.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
id: GO-2023-2016
excluded: EFFECTIVELY_PRIVATE
modules:
- module: github.com/etcd-io/etcd
cves:
- CVE-2022-34038
ghsas:
- GHSA-65rp-cv85-263x
8 changes: 8 additions & 0 deletions data/excluded/GO-2023-2018.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
id: GO-2023-2018
excluded: EFFECTIVELY_PRIVATE
modules:
- module: github.com/argoproj/argo-cd
cves:
- CVE-2023-40025
ghsas:
- GHSA-c8xw-vjgf-94hr

0 comments on commit 7fdbb06

Please sign in to comment.