From dc4971e6ccde65e2547bd4495f2080981995acd2 Mon Sep 17 00:00:00 2001 From: Maceo Thompson Date: Thu, 30 Nov 2023 14:47:06 -0500 Subject: [PATCH] data/excluded: batch add 13 excluded reports Adds excluded reports: - data/excluded/GO-2023-2368.yaml - data/excluded/GO-2023-2367.yaml - data/excluded/GO-2023-2366.yaml - data/excluded/GO-2023-2365.yaml - data/excluded/GO-2023-2364.yaml - data/excluded/GO-2023-2363.yaml - data/excluded/GO-2023-2362.yaml - data/excluded/GO-2023-2361.yaml - data/excluded/GO-2023-2360.yaml - data/excluded/GO-2023-2359.yaml - data/excluded/GO-2023-2358.yaml - data/excluded/GO-2023-2355.yaml - data/excluded/GO-2023-2354.yaml Fixes golang/vulndb#2368 Fixes golang/vulndb#2367 Fixes golang/vulndb#2366 Fixes golang/vulndb#2365 Fixes golang/vulndb#2364 Fixes golang/vulndb#2363 Fixes golang/vulndb#2362 Fixes golang/vulndb#2361 Fixes golang/vulndb#2360 Fixes golang/vulndb#2359 Fixes golang/vulndb#2358 Fixes golang/vulndb#2355 Fixes golang/vulndb#2354 Change-Id: I6a826c85c7cd8479f088057811b3c15796b3dee8 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/545818 LUCI-TryBot-Result: Go LUCI Reviewed-by: Damien Neil --- data/excluded/GO-2023-2354.yaml | 6 ++++++ data/excluded/GO-2023-2355.yaml | 8 ++++++++ data/excluded/GO-2023-2358.yaml | 8 ++++++++ data/excluded/GO-2023-2359.yaml | 8 ++++++++ data/excluded/GO-2023-2360.yaml | 8 ++++++++ data/excluded/GO-2023-2361.yaml | 8 ++++++++ data/excluded/GO-2023-2362.yaml | 8 ++++++++ data/excluded/GO-2023-2363.yaml | 8 ++++++++ data/excluded/GO-2023-2364.yaml | 8 ++++++++ data/excluded/GO-2023-2365.yaml | 8 ++++++++ data/excluded/GO-2023-2366.yaml | 8 ++++++++ data/excluded/GO-2023-2367.yaml | 6 ++++++ data/excluded/GO-2023-2368.yaml | 8 ++++++++ 13 files changed, 100 insertions(+) create mode 100644 data/excluded/GO-2023-2354.yaml create mode 100644 data/excluded/GO-2023-2355.yaml create mode 100644 data/excluded/GO-2023-2358.yaml create mode 100644 data/excluded/GO-2023-2359.yaml create mode 100644 data/excluded/GO-2023-2360.yaml create mode 100644 data/excluded/GO-2023-2361.yaml create mode 100644 data/excluded/GO-2023-2362.yaml create mode 100644 data/excluded/GO-2023-2363.yaml create mode 100644 data/excluded/GO-2023-2364.yaml create mode 100644 data/excluded/GO-2023-2365.yaml create mode 100644 data/excluded/GO-2023-2366.yaml create mode 100644 data/excluded/GO-2023-2367.yaml create mode 100644 data/excluded/GO-2023-2368.yaml diff --git a/data/excluded/GO-2023-2354.yaml b/data/excluded/GO-2023-2354.yaml new file mode 100644 index 00000000..ba2fe265 --- /dev/null +++ b/data/excluded/GO-2023-2354.yaml @@ -0,0 +1,6 @@ +id: GO-2023-2354 +excluded: EFFECTIVELY_PRIVATE +modules: + - module: github.com/owncast/owncast +cves: + - CVE-2023-46480 diff --git a/data/excluded/GO-2023-2355.yaml b/data/excluded/GO-2023-2355.yaml new file mode 100644 index 00000000..4f5f7445 --- /dev/null +++ b/data/excluded/GO-2023-2355.yaml @@ -0,0 +1,8 @@ +id: GO-2023-2355 +excluded: EFFECTIVELY_PRIVATE +modules: + - module: knative.dev/serving +cves: + - CVE-2023-48713 +ghsas: + - GHSA-qmvj-4qr9-v547 diff --git a/data/excluded/GO-2023-2358.yaml b/data/excluded/GO-2023-2358.yaml new file mode 100644 index 00000000..c1fe5a34 --- /dev/null +++ b/data/excluded/GO-2023-2358.yaml @@ -0,0 +1,8 @@ +id: GO-2023-2358 +excluded: EFFECTIVELY_PRIVATE +modules: + - module: github.com/mattermost/mattermost-server/v6 +cves: + - CVE-2023-48369 +ghsas: + - GHSA-3487-3j7c-7gwj diff --git a/data/excluded/GO-2023-2359.yaml b/data/excluded/GO-2023-2359.yaml new file mode 100644 index 00000000..0bc4b7ee --- /dev/null +++ b/data/excluded/GO-2023-2359.yaml @@ -0,0 +1,8 @@ +id: GO-2023-2359 +excluded: EFFECTIVELY_PRIVATE +modules: + - module: github.com/mattermost/mattermost-server/v6 +cves: + - CVE-2023-47168 +ghsas: + - GHSA-4ghx-8jw8-p76q diff --git a/data/excluded/GO-2023-2360.yaml b/data/excluded/GO-2023-2360.yaml new file mode 100644 index 00000000..931f6099 --- /dev/null +++ b/data/excluded/GO-2023-2360.yaml @@ -0,0 +1,8 @@ +id: GO-2023-2360 +excluded: EFFECTIVELY_PRIVATE +modules: + - module: github.com/mattermost/mattermost-server/v6 +cves: + - CVE-2023-6202 +ghsas: + - GHSA-85jj-c9jr-9jhx diff --git a/data/excluded/GO-2023-2361.yaml b/data/excluded/GO-2023-2361.yaml new file mode 100644 index 00000000..0fd7214b --- /dev/null +++ b/data/excluded/GO-2023-2361.yaml @@ -0,0 +1,8 @@ +id: GO-2023-2361 +excluded: EFFECTIVELY_PRIVATE +modules: + - module: github.com/mattermost/mattermost-server/v6 +cves: + - CVE-2023-40703 +ghsas: + - GHSA-c37r-v8jx-7cv2 diff --git a/data/excluded/GO-2023-2362.yaml b/data/excluded/GO-2023-2362.yaml new file mode 100644 index 00000000..2a6a8a52 --- /dev/null +++ b/data/excluded/GO-2023-2362.yaml @@ -0,0 +1,8 @@ +id: GO-2023-2362 +excluded: EFFECTIVELY_PRIVATE +modules: + - module: github.com/mattermost/mattermost-server/v6 +cves: + - CVE-2023-48268 +ghsas: + - GHSA-j4c3-3h73-74m9 diff --git a/data/excluded/GO-2023-2363.yaml b/data/excluded/GO-2023-2363.yaml new file mode 100644 index 00000000..7f3f7879 --- /dev/null +++ b/data/excluded/GO-2023-2363.yaml @@ -0,0 +1,8 @@ +id: GO-2023-2363 +excluded: EFFECTIVELY_PRIVATE +modules: + - module: github.com/mattermost/mattermost-server/v6 +cves: + - CVE-2023-35075 +ghsas: + - GHSA-jcgv-3pfq-j4hr diff --git a/data/excluded/GO-2023-2364.yaml b/data/excluded/GO-2023-2364.yaml new file mode 100644 index 00000000..a36a5252 --- /dev/null +++ b/data/excluded/GO-2023-2364.yaml @@ -0,0 +1,8 @@ +id: GO-2023-2364 +excluded: EFFECTIVELY_PRIVATE +modules: + - module: github.com/mattermost/mattermost-server/v6 +cves: + - CVE-2023-47865 +ghsas: + - GHSA-jj46-9cgh-qmfx diff --git a/data/excluded/GO-2023-2365.yaml b/data/excluded/GO-2023-2365.yaml new file mode 100644 index 00000000..5b3d3df6 --- /dev/null +++ b/data/excluded/GO-2023-2365.yaml @@ -0,0 +1,8 @@ +id: GO-2023-2365 +excluded: EFFECTIVELY_PRIVATE +modules: + - module: github.com/mattermost/mattermost-server/v6 +cves: + - CVE-2023-43754 +ghsas: + - GHSA-jjr7-372r-cx7x diff --git a/data/excluded/GO-2023-2366.yaml b/data/excluded/GO-2023-2366.yaml new file mode 100644 index 00000000..22fc1a81 --- /dev/null +++ b/data/excluded/GO-2023-2366.yaml @@ -0,0 +1,8 @@ +id: GO-2023-2366 +excluded: EFFECTIVELY_PRIVATE +modules: + - module: github.com/mattermost/mattermost-server/v6 +cves: + - CVE-2023-45223 +ghsas: + - GHSA-p5pr-vm3j-jxxf diff --git a/data/excluded/GO-2023-2367.yaml b/data/excluded/GO-2023-2367.yaml new file mode 100644 index 00000000..97a135ad --- /dev/null +++ b/data/excluded/GO-2023-2367.yaml @@ -0,0 +1,6 @@ +id: GO-2023-2367 +excluded: NOT_GO_CODE +modules: + - module: github.com/pyca/cryptography +cves: + - CVE-2023-49083 diff --git a/data/excluded/GO-2023-2368.yaml b/data/excluded/GO-2023-2368.yaml new file mode 100644 index 00000000..2397efbb --- /dev/null +++ b/data/excluded/GO-2023-2368.yaml @@ -0,0 +1,8 @@ +id: GO-2023-2368 +excluded: NOT_IMPORTABLE +modules: + - module: github.com/zitadel/zitadel +cves: + - CVE-2023-49097 +ghsas: + - GHSA-2wmj-46rj-qm2w