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-2330.yaml
	- data/excluded/GO-2023-2329.yaml
	- data/excluded/GO-2023-2188.yaml
	- data/excluded/GO-2023-2187.yaml

Fixes #2330
Fixes #2329
Fixes #2188
Fixes #2187

Change-Id: I7fa604fa7f403660613ba7eb95875f925210fdea
Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/541356
Run-TryBot: Zvonimir Pavlinovic <zpavlinovic@google.com>
Reviewed-by: Damien Neil <dneil@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
  • Loading branch information
zpavlinovic committed Nov 10, 2023
1 parent e47542e commit 2b70865
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data/excluded/GO-2023-2187.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
id: GO-2023-2187
excluded: EFFECTIVELY_PRIVATE
modules:
- module: github.com/zitadel/zitadel
cves:
- CVE-2023-47111
ghsas:
- GHSA-7h8m-vrxx-vr4m
6 changes: 6 additions & 0 deletions data/excluded/GO-2023-2188.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
id: GO-2023-2188
excluded: EFFECTIVELY_PRIVATE
modules:
- module: github.com/slsa-framework/slsa-verifier
ghsas:
- GHSA-r2xv-vpr2-42m9
8 changes: 8 additions & 0 deletions data/excluded/GO-2023-2329.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
id: GO-2023-2329
excluded: EFFECTIVELY_PRIVATE
modules:
- module: github.com/hashicorp/vault
cves:
- CVE-2023-5954
ghsas:
- GHSA-4qhc-v8r6-8vwm
8 changes: 8 additions & 0 deletions data/excluded/GO-2023-2330.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
id: GO-2023-2330
excluded: EFFECTIVELY_PRIVATE
modules:
- module: k8s.io/kubernetes
cves:
- CVE-2023-3676
ghsas:
- GHSA-7fxm-f474-hf8w

0 comments on commit 2b70865

Please sign in to comment.