Skip to content

Commit

Permalink
data/excluded: batch add 6 excluded reports
Browse files Browse the repository at this point in the history
Adds excluded reports:
	- data/excluded/GO-2023-1908.yaml
	- data/excluded/GO-2023-1905.yaml
	- data/excluded/GO-2023-1901.yaml
	- data/excluded/GO-2023-1755.yaml
	- data/excluded/GO-2023-1909.yaml
	- data/excluded/GO-2023-1906.yaml

Fixes #1908
Fixes #1905
Fixes #1901
Fixes #1755
Fixes #1909
Fixes #1906

Change-Id: I6239eac06e22f35c5a3c9374ac7d49744a020d61
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/509516
Run-TryBot: Maceo Thompson <maceothompson@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Tatiana Bradley <tatianabradley@google.com>
  • Loading branch information
Maceo Thompson committed Jul 13, 2023
1 parent 09a4743 commit 13c00d3
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data/excluded/GO-2023-1755.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
id: GO-2023-1755
excluded: NOT_A_VULNERABILITY
modules:
- module: github.com/gin-gonic/gin
cves:
- CVE-2023-26125
ghsas:
- GHSA-3vp4-m3rf-835h
8 changes: 8 additions & 0 deletions data/excluded/GO-2023-1901.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
id: GO-2023-1901
excluded: EFFECTIVELY_PRIVATE
modules:
- module: github.com/tektoncd/pipeline
cves:
- CVE-2023-37264
ghsas:
- GHSA-w2h3-vvvq-3m53
8 changes: 8 additions & 0 deletions data/excluded/GO-2023-1905.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
id: GO-2023-1905
excluded: EFFECTIVELY_PRIVATE
modules:
- module: github.com/rancher/rancher
cves:
- CVE-2021-25313
ghsas:
- GHSA-6m8r-jh89-rq7h
8 changes: 8 additions & 0 deletions data/excluded/GO-2023-1906.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
id: GO-2023-1906
excluded: NOT_GO_CODE
modules:
- module: github.com/openark/orchestrator
cves:
- CVE-2021-27940
ghsas:
- GHSA-752c-vfpf-cp2w
8 changes: 8 additions & 0 deletions data/excluded/GO-2023-1908.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
id: GO-2023-1908
excluded: EFFECTIVELY_PRIVATE
modules:
- module: istio.io/istio
cves:
- CVE-2021-31920
ghsas:
- GHSA-6q5m-22mq-q2xv
6 changes: 6 additions & 0 deletions data/excluded/GO-2023-1909.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
id: GO-2023-1909
excluded: NOT_GO_CODE
modules:
- module: github.com/jaegertracing/jaeger
ghsas:
- GHSA-2w8w-qhg4-f78j

0 comments on commit 13c00d3

Please sign in to comment.