From 4ae0e574c54c0ab32b5c91ebc70e802842080344 Mon Sep 17 00:00:00 2001 From: Tatiana Bradley Date: Wed, 24 Jan 2024 13:55:20 -0500 Subject: [PATCH] data/excluded: batch add 10 excluded reports Adds excluded reports: - data/excluded/GO-2024-2457.yaml - data/excluded/GO-2024-2475.yaml - data/excluded/GO-2024-2474.yaml - data/excluded/GO-2024-2473.yaml - data/excluded/GO-2024-2472.yaml - data/excluded/GO-2024-2470.yaml - data/excluded/GO-2024-2458.yaml - data/excluded/GO-2024-2448.yaml - data/excluded/GO-2024-2446.yaml - data/excluded/GO-2024-2444.yaml Fixes golang/vulndb#2457 Fixes golang/vulndb#2475 Fixes golang/vulndb#2474 Fixes golang/vulndb#2473 Fixes golang/vulndb#2472 Fixes golang/vulndb#2470 Fixes golang/vulndb#2458 Fixes golang/vulndb#2448 Fixes golang/vulndb#2446 Fixes golang/vulndb#2444 Change-Id: I9a9e082561345a3e7babdcb3c46920278fd755a6 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/557819 LUCI-TryBot-Result: Go LUCI Reviewed-by: Damien Neil --- data/excluded/GO-2024-2444.yaml | 8 ++++++++ data/excluded/GO-2024-2446.yaml | 8 ++++++++ data/excluded/GO-2024-2448.yaml | 8 ++++++++ data/excluded/GO-2024-2457.yaml | 8 ++++++++ data/excluded/GO-2024-2458.yaml | 8 ++++++++ data/excluded/GO-2024-2470.yaml | 8 ++++++++ data/excluded/GO-2024-2472.yaml | 8 ++++++++ data/excluded/GO-2024-2473.yaml | 6 ++++++ data/excluded/GO-2024-2474.yaml | 6 ++++++ data/excluded/GO-2024-2475.yaml | 6 ++++++ 10 files changed, 74 insertions(+) create mode 100644 data/excluded/GO-2024-2444.yaml create mode 100644 data/excluded/GO-2024-2446.yaml create mode 100644 data/excluded/GO-2024-2448.yaml create mode 100644 data/excluded/GO-2024-2457.yaml create mode 100644 data/excluded/GO-2024-2458.yaml create mode 100644 data/excluded/GO-2024-2470.yaml create mode 100644 data/excluded/GO-2024-2472.yaml create mode 100644 data/excluded/GO-2024-2473.yaml create mode 100644 data/excluded/GO-2024-2474.yaml create mode 100644 data/excluded/GO-2024-2475.yaml diff --git a/data/excluded/GO-2024-2444.yaml b/data/excluded/GO-2024-2444.yaml new file mode 100644 index 00000000..ddd3c33b --- /dev/null +++ b/data/excluded/GO-2024-2444.yaml @@ -0,0 +1,8 @@ +id: GO-2024-2444 +excluded: EFFECTIVELY_PRIVATE +modules: + - module: github.com/mattermost/mattermost/server/v8 +cves: + - CVE-2023-50333 +ghsas: + - GHSA-9w97-9rqx-8v4j diff --git a/data/excluded/GO-2024-2446.yaml b/data/excluded/GO-2024-2446.yaml new file mode 100644 index 00000000..617f202b --- /dev/null +++ b/data/excluded/GO-2024-2446.yaml @@ -0,0 +1,8 @@ +id: GO-2024-2446 +excluded: EFFECTIVELY_PRIVATE +modules: + - module: github.com/mattermost/mattermost/server/v8 +cves: + - CVE-2023-7113 +ghsas: + - GHSA-h3gq-j7p9-x3p4 diff --git a/data/excluded/GO-2024-2448.yaml b/data/excluded/GO-2024-2448.yaml new file mode 100644 index 00000000..95e22609 --- /dev/null +++ b/data/excluded/GO-2024-2448.yaml @@ -0,0 +1,8 @@ +id: GO-2024-2448 +excluded: EFFECTIVELY_PRIVATE +modules: + - module: github.com/mattermost/mattermost-server/v6 +cves: + - CVE-2023-48732 +ghsas: + - GHSA-q7rx-w656-fwmv diff --git a/data/excluded/GO-2024-2457.yaml b/data/excluded/GO-2024-2457.yaml new file mode 100644 index 00000000..bb23fcd6 --- /dev/null +++ b/data/excluded/GO-2024-2457.yaml @@ -0,0 +1,8 @@ +id: GO-2024-2457 +excluded: NOT_IMPORTABLE +modules: + - module: github.com/apache/incubator-answer +cves: + - CVE-2023-49619 +ghsas: + - GHSA-f899-4mr4-fqpv diff --git a/data/excluded/GO-2024-2458.yaml b/data/excluded/GO-2024-2458.yaml new file mode 100644 index 00000000..09a9986d --- /dev/null +++ b/data/excluded/GO-2024-2458.yaml @@ -0,0 +1,8 @@ +id: GO-2024-2458 +excluded: EFFECTIVELY_PRIVATE +modules: + - module: github.com/cri-o/cri-o +cves: + - CVE-2023-6476 +ghsas: + - GHSA-p4rx-7wvg-fwrc diff --git a/data/excluded/GO-2024-2470.yaml b/data/excluded/GO-2024-2470.yaml new file mode 100644 index 00000000..2e7fce0f --- /dev/null +++ b/data/excluded/GO-2024-2470.yaml @@ -0,0 +1,8 @@ +id: GO-2024-2470 +excluded: EFFECTIVELY_PRIVATE +modules: + - module: github.com/argoproj/argo-cd +cves: + - CVE-2024-22424 +ghsas: + - GHSA-92mw-q256-5vwg diff --git a/data/excluded/GO-2024-2472.yaml b/data/excluded/GO-2024-2472.yaml new file mode 100644 index 00000000..0a7c17df --- /dev/null +++ b/data/excluded/GO-2024-2472.yaml @@ -0,0 +1,8 @@ +id: GO-2024-2472 +excluded: EFFECTIVELY_PRIVATE +modules: + - module: github.com/notaryproject/notation +cves: + - CVE-2024-23332 +ghsas: + - GHSA-57wx-m636-g3g8 diff --git a/data/excluded/GO-2024-2473.yaml b/data/excluded/GO-2024-2473.yaml new file mode 100644 index 00000000..f936fdb0 --- /dev/null +++ b/data/excluded/GO-2024-2473.yaml @@ -0,0 +1,6 @@ +id: GO-2024-2473 +excluded: NOT_GO_CODE +modules: + - module: github.com/apache/airflow +cves: + - CVE-2023-50943 diff --git a/data/excluded/GO-2024-2474.yaml b/data/excluded/GO-2024-2474.yaml new file mode 100644 index 00000000..40ee2de8 --- /dev/null +++ b/data/excluded/GO-2024-2474.yaml @@ -0,0 +1,6 @@ +id: GO-2024-2474 +excluded: NOT_GO_CODE +modules: + - module: github.com/apache/airflow +cves: + - CVE-2023-50944 diff --git a/data/excluded/GO-2024-2475.yaml b/data/excluded/GO-2024-2475.yaml new file mode 100644 index 00000000..bf4e42e2 --- /dev/null +++ b/data/excluded/GO-2024-2475.yaml @@ -0,0 +1,6 @@ +id: GO-2024-2475 +excluded: NOT_GO_CODE +modules: + - module: github.com/apache/airflow +cves: + - CVE-2023-51702