From f538f3837abad0c84cca201fa603cec76ceda149 Mon Sep 17 00:00:00 2001 From: Tatiana Bradley Date: Wed, 5 Jun 2024 14:37:41 -0400 Subject: [PATCH] data/excluded: add 20 excluded reports - data/excluded/GO-2024-2884.yaml - data/excluded/GO-2024-2841.yaml - data/excluded/GO-2024-2840.yaml - data/excluded/GO-2024-2839.yaml - data/excluded/GO-2024-2838.yaml - data/excluded/GO-2024-2837.yaml - data/excluded/GO-2024-2835.yaml - data/excluded/GO-2024-2810.yaml - data/excluded/GO-2024-2805.yaml - data/excluded/GO-2024-2802.yaml - data/excluded/GO-2024-2767.yaml - data/excluded/GO-2024-2758.yaml - data/excluded/GO-2024-2742.yaml - data/excluded/GO-2024-2735.yaml - data/excluded/GO-2024-2733.yaml - data/excluded/GO-2024-2713.yaml - data/excluded/GO-2024-2711.yaml - data/excluded/GO-2024-2710.yaml - data/excluded/GO-2024-2573.yaml - data/excluded/GO-2024-2570.yaml Fixes golang/vulndb#2884 Fixes golang/vulndb#2841 Fixes golang/vulndb#2840 Fixes golang/vulndb#2839 Fixes golang/vulndb#2838 Fixes golang/vulndb#2837 Fixes golang/vulndb#2835 Fixes golang/vulndb#2810 Fixes golang/vulndb#2805 Fixes golang/vulndb#2802 Fixes golang/vulndb#2767 Fixes golang/vulndb#2758 Fixes golang/vulndb#2742 Fixes golang/vulndb#2735 Fixes golang/vulndb#2733 Fixes golang/vulndb#2713 Fixes golang/vulndb#2711 Fixes golang/vulndb#2710 Fixes golang/vulndb#2573 Fixes golang/vulndb#2570 Change-Id: Ib24b58abdf8d6793d3a0c066bed8f165d5f1eb28 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/590855 Auto-Submit: Tatiana Bradley Reviewed-by: Damien Neil LUCI-TryBot-Result: Go LUCI --- data/excluded/GO-2024-2570.yaml | 6 ++++++ data/excluded/GO-2024-2573.yaml | 6 ++++++ data/excluded/GO-2024-2710.yaml | 6 ++++++ data/excluded/GO-2024-2711.yaml | 6 ++++++ data/excluded/GO-2024-2713.yaml | 6 ++++++ data/excluded/GO-2024-2733.yaml | 6 ++++++ data/excluded/GO-2024-2735.yaml | 6 ++++++ data/excluded/GO-2024-2742.yaml | 6 ++++++ data/excluded/GO-2024-2758.yaml | 8 ++++++++ data/excluded/GO-2024-2767.yaml | 8 ++++++++ data/excluded/GO-2024-2802.yaml | 6 ++++++ data/excluded/GO-2024-2805.yaml | 6 ++++++ data/excluded/GO-2024-2810.yaml | 6 ++++++ data/excluded/GO-2024-2835.yaml | 6 ++++++ data/excluded/GO-2024-2837.yaml | 6 ++++++ data/excluded/GO-2024-2838.yaml | 6 ++++++ data/excluded/GO-2024-2839.yaml | 6 ++++++ data/excluded/GO-2024-2840.yaml | 6 ++++++ data/excluded/GO-2024-2841.yaml | 6 ++++++ data/excluded/GO-2024-2884.yaml | 6 ++++++ 20 files changed, 124 insertions(+) create mode 100644 data/excluded/GO-2024-2570.yaml create mode 100644 data/excluded/GO-2024-2573.yaml create mode 100644 data/excluded/GO-2024-2710.yaml create mode 100644 data/excluded/GO-2024-2711.yaml create mode 100644 data/excluded/GO-2024-2713.yaml create mode 100644 data/excluded/GO-2024-2733.yaml create mode 100644 data/excluded/GO-2024-2735.yaml create mode 100644 data/excluded/GO-2024-2742.yaml create mode 100644 data/excluded/GO-2024-2758.yaml create mode 100644 data/excluded/GO-2024-2767.yaml create mode 100644 data/excluded/GO-2024-2802.yaml create mode 100644 data/excluded/GO-2024-2805.yaml create mode 100644 data/excluded/GO-2024-2810.yaml create mode 100644 data/excluded/GO-2024-2835.yaml create mode 100644 data/excluded/GO-2024-2837.yaml create mode 100644 data/excluded/GO-2024-2838.yaml create mode 100644 data/excluded/GO-2024-2839.yaml create mode 100644 data/excluded/GO-2024-2840.yaml create mode 100644 data/excluded/GO-2024-2841.yaml create mode 100644 data/excluded/GO-2024-2884.yaml diff --git a/data/excluded/GO-2024-2570.yaml b/data/excluded/GO-2024-2570.yaml new file mode 100644 index 00000000..fc7b89df --- /dev/null +++ b/data/excluded/GO-2024-2570.yaml @@ -0,0 +1,6 @@ +id: GO-2024-2570 +excluded: NOT_GO_CODE +modules: + - module: github.com/apache/airflow +cves: + - CVE-2024-25141 diff --git a/data/excluded/GO-2024-2573.yaml b/data/excluded/GO-2024-2573.yaml new file mode 100644 index 00000000..de54c892 --- /dev/null +++ b/data/excluded/GO-2024-2573.yaml @@ -0,0 +1,6 @@ +id: GO-2024-2573 +excluded: NOT_GO_CODE +modules: + - module: github.com/pyca/cryptography +cves: + - CVE-2024-26130 diff --git a/data/excluded/GO-2024-2710.yaml b/data/excluded/GO-2024-2710.yaml new file mode 100644 index 00000000..11f1124b --- /dev/null +++ b/data/excluded/GO-2024-2710.yaml @@ -0,0 +1,6 @@ +id: GO-2024-2710 +excluded: NOT_GO_CODE +modules: + - module: github.com/envoyproxy/envoy +cves: + - CVE-2024-27919 diff --git a/data/excluded/GO-2024-2711.yaml b/data/excluded/GO-2024-2711.yaml new file mode 100644 index 00000000..600fcc5d --- /dev/null +++ b/data/excluded/GO-2024-2711.yaml @@ -0,0 +1,6 @@ +id: GO-2024-2711 +excluded: NOT_GO_CODE +modules: + - module: github.com/nghttp2/nghttp2 +cves: + - CVE-2024-28182 diff --git a/data/excluded/GO-2024-2713.yaml b/data/excluded/GO-2024-2713.yaml new file mode 100644 index 00000000..7cc1323b --- /dev/null +++ b/data/excluded/GO-2024-2713.yaml @@ -0,0 +1,6 @@ +id: GO-2024-2713 +excluded: NOT_GO_CODE +modules: + - module: github.com/envoyproxy/envoy +cves: + - CVE-2024-30255 diff --git a/data/excluded/GO-2024-2733.yaml b/data/excluded/GO-2024-2733.yaml new file mode 100644 index 00000000..17bdce47 --- /dev/null +++ b/data/excluded/GO-2024-2733.yaml @@ -0,0 +1,6 @@ +id: GO-2024-2733 +excluded: NOT_GO_CODE +modules: + - module: github.com/apache/airflow +cves: + - CVE-2024-31869 diff --git a/data/excluded/GO-2024-2735.yaml b/data/excluded/GO-2024-2735.yaml new file mode 100644 index 00000000..8d7e1228 --- /dev/null +++ b/data/excluded/GO-2024-2735.yaml @@ -0,0 +1,6 @@ +id: GO-2024-2735 +excluded: NOT_GO_CODE +modules: + - module: github.com/envoyproxy/envoy +cves: + - CVE-2024-32475 diff --git a/data/excluded/GO-2024-2742.yaml b/data/excluded/GO-2024-2742.yaml new file mode 100644 index 00000000..0c43a867 --- /dev/null +++ b/data/excluded/GO-2024-2742.yaml @@ -0,0 +1,6 @@ +id: GO-2024-2742 +excluded: NOT_GO_CODE +modules: + - module: github.com/apache/airflow +cves: + - CVE-2024-29733 diff --git a/data/excluded/GO-2024-2758.yaml b/data/excluded/GO-2024-2758.yaml new file mode 100644 index 00000000..bb409908 --- /dev/null +++ b/data/excluded/GO-2024-2758.yaml @@ -0,0 +1,8 @@ +id: GO-2024-2758 +excluded: NOT_GO_CODE +modules: + - module: github.com/bytebase/bytebase +cves: + - CVE-2022-32170 +ghsas: + - GHSA-9mmc-27gw-w6mq diff --git a/data/excluded/GO-2024-2767.yaml b/data/excluded/GO-2024-2767.yaml new file mode 100644 index 00000000..03d1796a --- /dev/null +++ b/data/excluded/GO-2024-2767.yaml @@ -0,0 +1,8 @@ +id: GO-2024-2767 +excluded: NOT_GO_CODE +modules: + - module: github.com/apache/trafficcontrol +cves: + - CVE-2017-7670 +ghsas: + - GHSA-f2wr-c4c4-xjg7 diff --git a/data/excluded/GO-2024-2802.yaml b/data/excluded/GO-2024-2802.yaml new file mode 100644 index 00000000..c561b2e7 --- /dev/null +++ b/data/excluded/GO-2024-2802.yaml @@ -0,0 +1,6 @@ +id: GO-2024-2802 +excluded: NOT_GO_CODE +modules: + - module: github.com/librespeed/speedtest +cves: + - CVE-2024-32890 diff --git a/data/excluded/GO-2024-2805.yaml b/data/excluded/GO-2024-2805.yaml new file mode 100644 index 00000000..3b564d4e --- /dev/null +++ b/data/excluded/GO-2024-2805.yaml @@ -0,0 +1,6 @@ +id: GO-2024-2805 +excluded: NOT_GO_CODE +modules: + - module: github.com/apache/airflow +cves: + - CVE-2023-46288 diff --git a/data/excluded/GO-2024-2810.yaml b/data/excluded/GO-2024-2810.yaml new file mode 100644 index 00000000..226df569 --- /dev/null +++ b/data/excluded/GO-2024-2810.yaml @@ -0,0 +1,6 @@ +id: GO-2024-2810 +excluded: NOT_GO_CODE +modules: + - module: github.com/protocolbuffers/protobuf +cves: + - CVE-2024-2410 diff --git a/data/excluded/GO-2024-2835.yaml b/data/excluded/GO-2024-2835.yaml new file mode 100644 index 00000000..c088c313 --- /dev/null +++ b/data/excluded/GO-2024-2835.yaml @@ -0,0 +1,6 @@ +id: GO-2024-2835 +excluded: NOT_GO_CODE +modules: + - module: github.com/apache/airflow +cves: + - CVE-2024-32077 diff --git a/data/excluded/GO-2024-2837.yaml b/data/excluded/GO-2024-2837.yaml new file mode 100644 index 00000000..598c877a --- /dev/null +++ b/data/excluded/GO-2024-2837.yaml @@ -0,0 +1,6 @@ +id: GO-2024-2837 +excluded: NOT_GO_CODE +modules: + - module: github.com/git/git +cves: + - CVE-2024-32002 diff --git a/data/excluded/GO-2024-2838.yaml b/data/excluded/GO-2024-2838.yaml new file mode 100644 index 00000000..0db92773 --- /dev/null +++ b/data/excluded/GO-2024-2838.yaml @@ -0,0 +1,6 @@ +id: GO-2024-2838 +excluded: NOT_GO_CODE +modules: + - module: github.com/git/git +cves: + - CVE-2024-32004 diff --git a/data/excluded/GO-2024-2839.yaml b/data/excluded/GO-2024-2839.yaml new file mode 100644 index 00000000..0dcf6895 --- /dev/null +++ b/data/excluded/GO-2024-2839.yaml @@ -0,0 +1,6 @@ +id: GO-2024-2839 +excluded: NOT_GO_CODE +modules: + - module: github.com/git/git +cves: + - CVE-2024-32020 diff --git a/data/excluded/GO-2024-2840.yaml b/data/excluded/GO-2024-2840.yaml new file mode 100644 index 00000000..88ab1b90 --- /dev/null +++ b/data/excluded/GO-2024-2840.yaml @@ -0,0 +1,6 @@ +id: GO-2024-2840 +excluded: NOT_GO_CODE +modules: + - module: github.com/git/git +cves: + - CVE-2024-32021 diff --git a/data/excluded/GO-2024-2841.yaml b/data/excluded/GO-2024-2841.yaml new file mode 100644 index 00000000..149ec0cf --- /dev/null +++ b/data/excluded/GO-2024-2841.yaml @@ -0,0 +1,6 @@ +id: GO-2024-2841 +excluded: NOT_GO_CODE +modules: + - module: github.com/git/git +cves: + - CVE-2024-32465 diff --git a/data/excluded/GO-2024-2884.yaml b/data/excluded/GO-2024-2884.yaml new file mode 100644 index 00000000..27203ca2 --- /dev/null +++ b/data/excluded/GO-2024-2884.yaml @@ -0,0 +1,6 @@ +id: GO-2024-2884 +excluded: NOT_GO_CODE +modules: + - module: github.com/OpenAPITools/openapi-generator +cves: + - CVE-2024-35219