From e5850f6fb6b6be79f1623c1fd8f855a59756cb13 Mon Sep 17 00:00:00 2001 From: Damien Neil Date: Thu, 9 Nov 2023 10:46:57 -0800 Subject: [PATCH] data/excluded: batch add 3 excluded reports Adds excluded reports: - data/excluded/GO-2023-2175.yaml - data/excluded/GO-2023-2174.yaml - data/excluded/GO-2023-2176.yaml Fixes golang/vulndb#2175 Fixes golang/vulndb#2174 Fixes golang/vulndb#2176 Change-Id: Ie46fc7662ed6378241478a87216b070c85ce63e2 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/541216 Reviewed-by: Zvonimir Pavlinovic Auto-Submit: Damien Neil LUCI-TryBot-Result: Go LUCI --- data/excluded/GO-2023-2174.yaml | 8 ++++++++ data/excluded/GO-2023-2175.yaml | 8 ++++++++ data/excluded/GO-2023-2176.yaml | 8 ++++++++ 3 files changed, 24 insertions(+) create mode 100644 data/excluded/GO-2023-2174.yaml create mode 100644 data/excluded/GO-2023-2175.yaml create mode 100644 data/excluded/GO-2023-2176.yaml diff --git a/data/excluded/GO-2023-2174.yaml b/data/excluded/GO-2023-2174.yaml new file mode 100644 index 00000000..6b72561b --- /dev/null +++ b/data/excluded/GO-2023-2174.yaml @@ -0,0 +1,8 @@ +id: GO-2023-2174 +excluded: NOT_IMPORTABLE +modules: + - module: k8s.io/ingress-nginx +cves: + - CVE-2023-5043 +ghsas: + - GHSA-5wj4-wffq-3378 diff --git a/data/excluded/GO-2023-2175.yaml b/data/excluded/GO-2023-2175.yaml new file mode 100644 index 00000000..73c1557b --- /dev/null +++ b/data/excluded/GO-2023-2175.yaml @@ -0,0 +1,8 @@ +id: GO-2023-2175 +excluded: NOT_IMPORTABLE +modules: + - module: k8s.io/ingress-nginx +cves: + - CVE-2022-4886 +ghsas: + - GHSA-gvrm-w2f9-f77q diff --git a/data/excluded/GO-2023-2176.yaml b/data/excluded/GO-2023-2176.yaml new file mode 100644 index 00000000..f5bf809e --- /dev/null +++ b/data/excluded/GO-2023-2176.yaml @@ -0,0 +1,8 @@ +id: GO-2023-2176 +excluded: EFFECTIVELY_PRIVATE +modules: + - module: github.com/kubernetes-csi/csi-proxy +cves: + - CVE-2023-3893 +ghsas: + - GHSA-r6cc-7wj7-gfx2