From aaf5b818bdb399ab9a8004d97119d92048170cba Mon Sep 17 00:00:00 2001 From: Jonathan Amsterdam Date: Fri, 7 Jul 2023 12:01:05 -0400 Subject: [PATCH] data/excluded: batch add 14 excluded reports Adds excluded reports: - data/excluded/GO-2023-1899.yaml - data/excluded/GO-2023-1898.yaml - data/excluded/GO-2023-1896.yaml - data/excluded/GO-2023-1895.yaml - data/excluded/GO-2023-1894.yaml - data/excluded/GO-2023-1893.yaml - data/excluded/GO-2023-1888.yaml - data/excluded/GO-2023-1890.yaml - data/excluded/GO-2023-1889.yaml - data/excluded/GO-2023-1900.yaml - data/excluded/GO-2023-1897.yaml - data/excluded/GO-2023-1892.yaml - data/excluded/GO-2023-1891.yaml - data/excluded/GO-2023-1887.yaml Fixes golang/vulndb#1899 Fixes golang/vulndb#1898 Fixes golang/vulndb#1896 Fixes golang/vulndb#1895 Fixes golang/vulndb#1894 Fixes golang/vulndb#1893 Fixes golang/vulndb#1888 Fixes golang/vulndb#1890 Fixes golang/vulndb#1889 Fixes golang/vulndb#1900 Fixes golang/vulndb#1897 Fixes golang/vulndb#1892 Fixes golang/vulndb#1891 Fixes golang/vulndb#1887 Change-Id: I8da7b71f1b9ee710c8fd683b00f6fd5e714f56f4 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/508456 Run-TryBot: Jonathan Amsterdam Reviewed-by: Tatiana Bradley TryBot-Result: Gopher Robot --- data/excluded/GO-2023-1887.yaml | 8 ++++++++ data/excluded/GO-2023-1888.yaml | 8 ++++++++ data/excluded/GO-2023-1889.yaml | 6 ++++++ data/excluded/GO-2023-1890.yaml | 6 ++++++ data/excluded/GO-2023-1891.yaml | 8 ++++++++ data/excluded/GO-2023-1892.yaml | 8 ++++++++ data/excluded/GO-2023-1893.yaml | 6 ++++++ data/excluded/GO-2023-1894.yaml | 8 ++++++++ data/excluded/GO-2023-1895.yaml | 8 ++++++++ data/excluded/GO-2023-1896.yaml | 8 ++++++++ data/excluded/GO-2023-1897.yaml | 8 ++++++++ data/excluded/GO-2023-1898.yaml | 8 ++++++++ data/excluded/GO-2023-1899.yaml | 8 ++++++++ data/excluded/GO-2023-1900.yaml | 8 ++++++++ 14 files changed, 106 insertions(+) create mode 100644 data/excluded/GO-2023-1887.yaml create mode 100644 data/excluded/GO-2023-1888.yaml create mode 100644 data/excluded/GO-2023-1889.yaml create mode 100644 data/excluded/GO-2023-1890.yaml create mode 100644 data/excluded/GO-2023-1891.yaml create mode 100644 data/excluded/GO-2023-1892.yaml create mode 100644 data/excluded/GO-2023-1893.yaml create mode 100644 data/excluded/GO-2023-1894.yaml create mode 100644 data/excluded/GO-2023-1895.yaml create mode 100644 data/excluded/GO-2023-1896.yaml create mode 100644 data/excluded/GO-2023-1897.yaml create mode 100644 data/excluded/GO-2023-1898.yaml create mode 100644 data/excluded/GO-2023-1899.yaml create mode 100644 data/excluded/GO-2023-1900.yaml diff --git a/data/excluded/GO-2023-1887.yaml b/data/excluded/GO-2023-1887.yaml new file mode 100644 index 00000000..65781f84 --- /dev/null +++ b/data/excluded/GO-2023-1887.yaml @@ -0,0 +1,8 @@ +id: GO-2023-1887 +excluded: NOT_IMPORTABLE +modules: + - module: github.com/1Panel-dev/1Panel +cves: + - CVE-2023-36457 +ghsas: + - GHSA-q2mx-gpjf-3h8x diff --git a/data/excluded/GO-2023-1888.yaml b/data/excluded/GO-2023-1888.yaml new file mode 100644 index 00000000..76ccc747 --- /dev/null +++ b/data/excluded/GO-2023-1888.yaml @@ -0,0 +1,8 @@ +id: GO-2023-1888 +excluded: EFFECTIVELY_PRIVATE +modules: + - module: github.com/1Panel-dev/1Panel +cves: + - CVE-2023-36458 +ghsas: + - GHSA-7x2c-fgx6-xf9h diff --git a/data/excluded/GO-2023-1889.yaml b/data/excluded/GO-2023-1889.yaml new file mode 100644 index 00000000..2b249d6f --- /dev/null +++ b/data/excluded/GO-2023-1889.yaml @@ -0,0 +1,6 @@ +id: GO-2023-1889 +excluded: NOT_GO_CODE +modules: + - module: github.com/louislam/uptime-kuma +cves: + - CVE-2023-36821 diff --git a/data/excluded/GO-2023-1890.yaml b/data/excluded/GO-2023-1890.yaml new file mode 100644 index 00000000..d017f860 --- /dev/null +++ b/data/excluded/GO-2023-1890.yaml @@ -0,0 +1,6 @@ +id: GO-2023-1890 +excluded: NOT_GO_CODE +modules: + - module: github.com/louislam/uptime-kuma +cves: + - CVE-2023-36822 diff --git a/data/excluded/GO-2023-1891.yaml b/data/excluded/GO-2023-1891.yaml new file mode 100644 index 00000000..ea10f2da --- /dev/null +++ b/data/excluded/GO-2023-1891.yaml @@ -0,0 +1,8 @@ +id: GO-2023-1891 +excluded: NOT_IMPORTABLE +modules: + - module: k8s.io/kubernetes +cves: + - CVE-2023-2727 +ghsas: + - GHSA-qc2g-gmh6-95p4 diff --git a/data/excluded/GO-2023-1892.yaml b/data/excluded/GO-2023-1892.yaml new file mode 100644 index 00000000..f065125b --- /dev/null +++ b/data/excluded/GO-2023-1892.yaml @@ -0,0 +1,8 @@ +id: GO-2023-1892 +excluded: NOT_IMPORTABLE +modules: + - module: k8s.io/kubernetes +cves: + - CVE-2023-2728 +ghsas: + - GHSA-cgcv-5272-97pr diff --git a/data/excluded/GO-2023-1893.yaml b/data/excluded/GO-2023-1893.yaml new file mode 100644 index 00000000..45758b8d --- /dev/null +++ b/data/excluded/GO-2023-1893.yaml @@ -0,0 +1,6 @@ +id: GO-2023-1893 +excluded: EFFECTIVELY_PRIVATE +modules: + - module: goauthentik.io +cves: + - CVE-2023-36456 diff --git a/data/excluded/GO-2023-1894.yaml b/data/excluded/GO-2023-1894.yaml new file mode 100644 index 00000000..aa2afc95 --- /dev/null +++ b/data/excluded/GO-2023-1894.yaml @@ -0,0 +1,8 @@ +id: GO-2023-1894 +excluded: EFFECTIVELY_PRIVATE +modules: + - module: code.gitea.io/gitea +cves: + - CVE-2023-3515 +ghsas: + - GHSA-cf6v-9j57-v6r6 diff --git a/data/excluded/GO-2023-1895.yaml b/data/excluded/GO-2023-1895.yaml new file mode 100644 index 00000000..92142a20 --- /dev/null +++ b/data/excluded/GO-2023-1895.yaml @@ -0,0 +1,8 @@ +id: GO-2023-1895 +excluded: EFFECTIVELY_PRIVATE +modules: + - module: github.com/zinclabs/zinc +cves: + - CVE-2022-32171 +ghsas: + - GHSA-4fgv-8448-gf82 diff --git a/data/excluded/GO-2023-1896.yaml b/data/excluded/GO-2023-1896.yaml new file mode 100644 index 00000000..78b921c0 --- /dev/null +++ b/data/excluded/GO-2023-1896.yaml @@ -0,0 +1,8 @@ +id: GO-2023-1896 +excluded: EFFECTIVELY_PRIVATE +modules: + - module: github.com/zinclabs/zinc +cves: + - CVE-2022-32172 +ghsas: + - GHSA-7j6x-42mm-p7jm diff --git a/data/excluded/GO-2023-1897.yaml b/data/excluded/GO-2023-1897.yaml new file mode 100644 index 00000000..27274843 --- /dev/null +++ b/data/excluded/GO-2023-1897.yaml @@ -0,0 +1,8 @@ +id: GO-2023-1897 +excluded: NOT_IMPORTABLE +modules: + - module: github.com/hashicorp/vault +cves: + - CVE-2022-41316 +ghsas: + - GHSA-9mh8-9j64-443f diff --git a/data/excluded/GO-2023-1898.yaml b/data/excluded/GO-2023-1898.yaml new file mode 100644 index 00000000..1071426f --- /dev/null +++ b/data/excluded/GO-2023-1898.yaml @@ -0,0 +1,8 @@ +id: GO-2023-1898 +excluded: EFFECTIVELY_PRIVATE +modules: + - module: github.com/hashicorp/boundary +cves: + - CVE-2023-0690 +ghsas: + - GHSA-9vrm-v9xv-x3xr diff --git a/data/excluded/GO-2023-1899.yaml b/data/excluded/GO-2023-1899.yaml new file mode 100644 index 00000000..f8486c83 --- /dev/null +++ b/data/excluded/GO-2023-1899.yaml @@ -0,0 +1,8 @@ +id: GO-2023-1899 +excluded: EFFECTIVELY_PRIVATE +modules: + - module: github.com/hashicorp/nomad +cves: + - CVE-2023-1296 +ghsas: + - GHSA-hhvx-8755-4cvw diff --git a/data/excluded/GO-2023-1900.yaml b/data/excluded/GO-2023-1900.yaml new file mode 100644 index 00000000..ef7fb3b9 --- /dev/null +++ b/data/excluded/GO-2023-1900.yaml @@ -0,0 +1,8 @@ +id: GO-2023-1900 +excluded: NOT_IMPORTABLE +modules: + - module: github.com/hashicorp/vault +cves: + - CVE-2023-24999 +ghsas: + - GHSA-wmg5-g953-qqfw