Skip to content

Commit

Permalink
data/excluded: batch add 5 excluded reports
Browse files Browse the repository at this point in the history
Adds excluded reports:
	- data/excluded/GO-2023-2108.yaml
	- data/excluded/GO-2023-2106.yaml
	- data/excluded/GO-2023-2105.yaml
	- data/excluded/GO-2023-2109.yaml
	- data/excluded/GO-2023-2107.yaml

Fixes #2108
Fixes #2106
Fixes #2105
Fixes #2109
Fixes #2107

Change-Id: Ieca1983d5f39843117293ca16e42a1f751be1d70
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/535696
Reviewed-by: Tatiana Bradley <tatianabradley@google.com>
Run-TryBot: Jonathan Amsterdam <jba@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
  • Loading branch information
jba committed Oct 23, 2023
1 parent 5530387 commit 70ecfcc
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/excluded/GO-2023-2105.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
id: GO-2023-2105
excluded: NOT_GO_CODE
modules:
- module: github.com/garden-io/garden
cves:
- CVE-2023-44392
6 changes: 6 additions & 0 deletions data/excluded/GO-2023-2106.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
id: GO-2023-2106
excluded: NOT_GO_CODE
modules:
- module: github.com/envoyproxy/envoy
ghsas:
- GHSA-qppj-fm5r-hxr3
8 changes: 8 additions & 0 deletions data/excluded/GO-2023-2107.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
id: GO-2023-2107
excluded: EFFECTIVELY_PRIVATE
modules:
- module: github.com/zitadel/zitadel
cves:
- CVE-2023-44399
ghsas:
- GHSA-v683-rcxx-vpff
6 changes: 6 additions & 0 deletions data/excluded/GO-2023-2108.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
id: GO-2023-2108
excluded: NOT_GO_CODE
modules:
- module: github.com/nghttp2/nghttp2
ghsas:
- GHSA-vx74-f528-fxqg
8 changes: 8 additions & 0 deletions data/excluded/GO-2023-2109.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
id: GO-2023-2109
excluded: EFFECTIVELY_PRIVATE
modules:
- module: github.com/goharbor/harbor
cves:
- CVE-2023-20902
ghsas:
- GHSA-mq6f-5xh5-hgcf

0 comments on commit 70ecfcc

Please sign in to comment.