From 6c4f381e50f3d3412cfa5ebfb19bc912f22ba93c Mon Sep 17 00:00:00 2001 From: Damien Neil Date: Wed, 21 Jun 2023 15:37:19 -0700 Subject: [PATCH] data/excluded: batch add 3 excluded reports Adds excluded reports: - data/excluded/GO-2023-1864.yaml - data/excluded/GO-2023-1863.yaml - data/excluded/GO-2023-1862.yaml Fixes golang/vulndb#1864 Fixes golang/vulndb#1863 Fixes golang/vulndb#1862 Change-Id: I46278c7bf578413cd74a2e482c924a91c6b8862f Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/504860 Reviewed-by: Tatiana Bradley Run-TryBot: Damien Neil TryBot-Result: Gopher Robot --- data/excluded/GO-2023-1862.yaml | 8 ++++++++ data/excluded/GO-2023-1863.yaml | 6 ++++++ data/excluded/GO-2023-1864.yaml | 8 ++++++++ 3 files changed, 22 insertions(+) create mode 100644 data/excluded/GO-2023-1862.yaml create mode 100644 data/excluded/GO-2023-1863.yaml create mode 100644 data/excluded/GO-2023-1864.yaml diff --git a/data/excluded/GO-2023-1862.yaml b/data/excluded/GO-2023-1862.yaml new file mode 100644 index 00000000..7590ca46 --- /dev/null +++ b/data/excluded/GO-2023-1862.yaml @@ -0,0 +1,8 @@ +id: GO-2023-1862 +excluded: EFFECTIVELY_PRIVATE +modules: + - module: github.com/cilium/cilium +cves: + - CVE-2023-34242 +ghsas: + - GHSA-r7wr-4w5q-55m6 diff --git a/data/excluded/GO-2023-1863.yaml b/data/excluded/GO-2023-1863.yaml new file mode 100644 index 00000000..a189a6f7 --- /dev/null +++ b/data/excluded/GO-2023-1863.yaml @@ -0,0 +1,6 @@ +id: GO-2023-1863 +excluded: EFFECTIVELY_PRIVATE +modules: + - module: github.com/rudderlabs/rudder-server +cves: + - CVE-2023-30625 diff --git a/data/excluded/GO-2023-1864.yaml b/data/excluded/GO-2023-1864.yaml new file mode 100644 index 00000000..e87da072 --- /dev/null +++ b/data/excluded/GO-2023-1864.yaml @@ -0,0 +1,8 @@ +id: GO-2023-1864 +excluded: EFFECTIVELY_PRIVATE +modules: + - module: k8s.io/kubernetes +cves: + - CVE-2023-2431 +ghsas: + - GHSA-xc8m-28vv-4pjc