From 7fbbdfe106bffba6738c835508323710bdb9990a Mon Sep 17 00:00:00 2001 From: Zvonimir Pavlinovic Date: Wed, 15 Nov 2023 16:24:00 +0000 Subject: [PATCH] data/excluded: batch add 2 excluded reports Adds excluded reports: - data/excluded/GO-2023-2341.yaml - data/excluded/GO-2023-2332.yaml Fixes golang/vulndb#2341 Fixes golang/vulndb#2332 Change-Id: I221d5d074b7ad2c07a0e330c184addeb6c41fbe2 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/542555 Run-TryBot: Zvonimir Pavlinovic TryBot-Result: Gopher Robot LUCI-TryBot-Result: Go LUCI Reviewed-by: Damien Neil Auto-Submit: Zvonimir Pavlinovic --- data/excluded/GO-2023-2332.yaml | 8 ++++++++ data/excluded/GO-2023-2341.yaml | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 data/excluded/GO-2023-2332.yaml create mode 100644 data/excluded/GO-2023-2341.yaml diff --git a/data/excluded/GO-2023-2332.yaml b/data/excluded/GO-2023-2332.yaml new file mode 100644 index 00000000..72716599 --- /dev/null +++ b/data/excluded/GO-2023-2332.yaml @@ -0,0 +1,8 @@ +id: GO-2023-2332 +excluded: EFFECTIVELY_PRIVATE +modules: + - module: github.com/sigstore/gitsign +cves: + - CVE-2023-47122 +ghsas: + - GHSA-xvrc-2wvh-49vc diff --git a/data/excluded/GO-2023-2341.yaml b/data/excluded/GO-2023-2341.yaml new file mode 100644 index 00000000..e120c536 --- /dev/null +++ b/data/excluded/GO-2023-2341.yaml @@ -0,0 +1,8 @@ +id: GO-2023-2341 +excluded: EFFECTIVELY_PRIVATE +modules: + - module: k8s.io/kubernetes +cves: + - CVE-2023-5528 +ghsas: + - GHSA-hq6q-c2x6-hmch