repo_id
stringclasses
927 values
file_path
stringlengths
99
214
content
stringlengths
2
4.15M
reports
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/reports/GO-2021-0095.yaml
id: GO-2021-0095 modules: - module: github.com/google/go-tpm versions: - fixed: 0.3.0 vulnerable_at: 0.2.1-0.20200723190029-e82f64f63a31 packages: - package: github.com/google/go-tpm/tpm symbols: - CreateWrapKey summary: Sensitive information exposure in github.com/google/go-tpm description: |- Due to repeated usage of a XOR key an attacker that can eavesdrop on the TPM 1.2 transport is able to calculate usageAuth for keys created using CreateWrapKey, despite it being encrypted, allowing them to use the created key. published: 2021-04-14T20:04:52Z cves: - CVE-2020-8918 ghsas: - GHSA-5x29-3hr9-6wpw credits: - Chris Fenner references: - fix: https://github.com/google/go-tpm/pull/195 - fix: https://github.com/google/go-tpm/commit/d7806cce857a1a020190c03348e5361725d8f141 review_status: REVIEWED
reports
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/reports/GO-2022-0527.yaml
id: GO-2022-0527 modules: - module: std versions: - fixed: 1.17.12 - introduced: 1.18.0-0 - fixed: 1.18.4 vulnerable_at: 1.18.3 packages: - package: io/fs symbols: - Glob summary: Stack exhaustion in Glob on certain paths in io/fs description: |- Calling Glob on a path which contains a large number of path separators can cause a panic due to stack exhaustion. published: 2022-07-20T20:52:22Z references: - fix: https://go.dev/cl/417065 - fix: https://go.googlesource.com/go/+/fa2d41d0ca736f3ad6b200b2a4e134364e9acc59 - report: https://go.dev/issue/53415 - web: https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE cve_metadata: id: CVE-2022-30630 cwe: 'CWE-674: Uncontrolled Recursion' description: |- Uncontrolled recursion in Glob in io/fs before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a path which contains a large number of path separators. review_status: REVIEWED
reports
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/reports/GO-2024-2770.yaml
id: GO-2024-2770 modules: - module: github.com/IBAX-io/go-ibax versions: - fixed: 1.4.2 vulnerable_at: 1.4.0 summary: IBAX go-ibax vulnerable to SQL injection in github.com/IBAX-io/go-ibax cves: - CVE-2022-3802 ghsas: - GHSA-g23g-mw97-65c8 references: - advisory: https://github.com/advisories/GHSA-g23g-mw97-65c8 - advisory: https://nvd.nist.gov/vuln/detail/CVE-2022-3802 - fix: https://github.com/IBAX-io/go-ibax/commit/b0183d8e550836dc50282ee74ff421ee41b25a37 - report: https://github.com/IBAX-io/go-ibax/issues/2063 - web: https://vuldb.com/?id.212638 source: id: GHSA-g23g-mw97-65c8 created: 2024-06-04T17:59:25.968887-04:00 review_status: UNREVIEWED
reports
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/reports/GO-2023-1841.yaml
id: GO-2023-1841 modules: - module: cmd versions: - fixed: 1.19.10 - introduced: 1.20.0-0 - fixed: 1.20.5 vulnerable_at: 1.20.4 packages: - package: cmd/go summary: Improper handling of non-optional LDFLAGS in go command with cgo in cmd/go description: |- The go command may execute arbitrary code at build time when using cgo. This may occur when running "go get" on a malicious module, or when running any other command which builds untrusted code. This is can by triggered by linker flags, specified via a "#cgo LDFLAGS" directive. The arguments for a number of flags which are non-optional are incorrectly considered optional, allowing disallowed flags to be smuggled through the LDFLAGS sanitization. This affects usage of both the gc and gccgo compilers. credits: - Juho Nurminen of Mattermost references: - report: https://go.dev/issue/60305 - fix: https://go.dev/cl/501225 - web: https://groups.google.com/g/golang-announce/c/q5135a9d924/m/j0ZoAJOHAwAJ cve_metadata: id: CVE-2023-29404 cwe: 'CWE-94: Improper Control of Generation of Code ("Code Injection")' references: - https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/XBS3IIK6ADV24C5ULQU55QLT2UE762ZX/ - https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NZ2O6YCO2IZMZJELQGZYR2WAUNEDLYV6/ - https://security.gentoo.org/glsa/202311-09 review_status: REVIEWED
reports
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/reports/GO-2023-1495.yaml
id: GO-2023-1495 modules: - module: golang.org/x/net versions: - introduced: 0.0.0-20220524220425-1d687d428aca - fixed: 0.1.1-0.20221104162952-702349b0e862 vulnerable_at: 0.1.1-0.20221104145632-7a676822c292 packages: - package: golang.org/x/net/http2/h2c symbols: - h2cHandler.ServeHTTP - h2cUpgrade summary: Request smuggling due to improper request handling in golang.org/x/net/http2/h2c description: |- A request smuggling attack is possible when using MaxBytesHandler. When using MaxBytesHandler, the body of an HTTP request is not fully consumed. When the server attempts to read HTTP2 frames from the connection, it will instead be reading the body of the HTTP request, which could be attacker-manipulated to represent arbitrary HTTP2 requests. ghsas: - GHSA-fxg5-wq6x-vr4w credits: - John Howard (Google) references: - report: https://go.dev/issue/56352 - fix: https://go.dev/cl/447396 cve_metadata: id: CVE-2022-41721 cwe: 'CWE 444: Inconsistent Interpretation of HTTP Requests ("HTTP Request/Response Smuggling)' references: - https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/X3H3EWQXM2XL5AGBX6UL443JEJ3GQXJN/ - https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/X5DXTLLWN6HKI5I35EUZRBISTNZJ75GP/ review_status: REVIEWED
reports
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/reports/GO-2022-0253.yaml
id: GO-2022-0253 modules: - module: github.com/cloudflare/cfrpki versions: - fixed: 1.4.0 vulnerable_at: 1.3.0 packages: - package: github.com/cloudflare/cfrpki/sync/lib symbols: - HTTPFetcher.GetXML summary: Resource exhaustion via GZIP bomb in github.com/cloudflare/cfrpki description: |- The HTTPFetcher.GetXML function reads a response of unlimited size into memory, permitting resource exhaustion. published: 2022-07-15T23:07:48Z cves: - CVE-2021-3912 ghsas: - GHSA-g9wh-3vrx-r7hg credits: - Koen van Hove references: - fix: https://github.com/cloudflare/cfrpki/commit/648658b1b176a747b52645989cfddc73a81eacad review_status: REVIEWED
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-0897.yaml
id: GO-2022-0897 excluded: NOT_GO_CODE modules: - module: github.com/pomerium/pomerium cves: - CVE-2021-39206 ghsas: - GHSA-cfc2-wjcm-c8fm related: - CVE-2021-32777 - CVE-2021-32779 - GHSA-r222-74fw-jqr9 - GHSA-6g4j-5vrw-2m8h
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2023-2341.yaml
id: GO-2023-2341 excluded: EFFECTIVELY_PRIVATE modules: - module: k8s.io/kubernetes cves: - CVE-2023-5528 ghsas: - GHSA-hq6q-c2x6-hmch
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-0502.yaml
id: GO-2022-0502 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/weaveworks/weave-gitops cves: - CVE-2022-31098 ghsas: - GHSA-xggc-qprg-x6mw
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2023-1491.yaml
id: GO-2023-1491 excluded: EFFECTIVELY_PRIVATE modules: - module: gitlab.com/gitlab-org/gitlab-pages cves: - CVE-2023-0042
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2023-2236.yaml
id: GO-2023-2236 excluded: LEGACY_FALSE_POSITIVE modules: - module: github.com/moby/moby cves: - CVE-2019-13139
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-0377.yaml
id: GO-2022-0377 excluded: NOT_IMPORTABLE modules: - module: gogs.io/gogs ghsas: - GHSA-q347-cg56-pcq4
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2023-1593.yaml
id: GO-2023-1593 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/zhaojh329/rttys cves: - CVE-2022-38867 ghsas: - GHSA-54q4-74p3-mgcw
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2023-1517.yaml
id: GO-2023-1517 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/rancher/rancher cves: - CVE-2022-43757 ghsas: - GHSA-cq4p-vp5q-4522
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2024-2573.yaml
id: GO-2024-2573 excluded: NOT_GO_CODE modules: - module: github.com/pyca/cryptography cves: - CVE-2024-26130
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-0298.yaml
id: GO-2022-0298 excluded: NOT_IMPORTABLE modules: - module: github.com/github/gh-ost cves: - CVE-2022-21687 ghsas: - GHSA-rrp4-2xx3-mv29
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2023-2319.yaml
id: GO-2023-2319 excluded: LEGACY_FALSE_POSITIVE modules: - module: github.com/fleetdm/fleet cves: - CVE-2021-21296 ghsas: - GHSA-xwh8-9p3f-3x45
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2023-2418.yaml
id: GO-2023-2418 excluded: NOT_GO_CODE modules: - module: github.com/ClickHouse/ClickHouse cves: - CVE-2023-48298
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2023-1662.yaml
id: GO-2023-1662 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/answerdev/answer cves: - CVE-2023-1536 ghsas: - GHSA-xvfj-84vc-hrmf
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-0598.yaml
id: GO-2022-0598 excluded: NOT_A_VULNERABILITY modules: - module: github.com/beego/beego cves: - CVE-2021-27116 ghsas: - GHSA-ffjp-66mx-3qpj
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2023-2035.yaml
id: GO-2023-2035 excluded: NOT_IMPORTABLE modules: - module: github.com/bnb-chain/tss-lib ghsas: - GHSA-h24c-6p6p-m3vx
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2023-2212.yaml
id: GO-2023-2212 excluded: LEGACY_FALSE_POSITIVE modules: - module: github.com/moby/moby cves: - CVE-2018-15664
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-1205.yaml
id: GO-2022-1205 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/usememos/memos cves: - CVE-2022-4685 ghsas: - GHSA-9v48-2h5x-fvpm
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2023-2060.yaml
id: GO-2023-2060 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/k3s-io/k3s cves: - CVE-2023-32187 ghsas: - GHSA-m4hf-6vgr-75r2
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-0825.yaml
id: GO-2022-0825 excluded: NOT_IMPORTABLE modules: - module: github.com/hashicorp/vault cves: - CVE-2020-16250 ghsas: - GHSA-fp52-qw33-mfmw
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-0750.yaml
id: GO-2022-0750 excluded: NOT_IMPORTABLE modules: - module: github.com/elastic/cloud-on-k8s cves: - CVE-2020-7010 ghsas: - GHSA-vfp4-xx6m-7vf6
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-0210.yaml
id: GO-2022-0210 excluded: NOT_GO_CODE modules: - module: github.com/rapid7/metasploit-framework cves: - CVE-2019-12799
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-0770.yaml
id: GO-2022-0770 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/binance-chain/tss-lib cves: - CVE-2020-28348 ghsas: - GHSA-5x92-p4p5-33c4
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2023-1614.yaml
id: GO-2023-1614 excluded: NOT_IMPORTABLE modules: - module: github.com/answerdev/answer cves: - CVE-2023-1238 ghsas: - GHSA-5w78-v688-cx9q
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2023-2220.yaml
id: GO-2023-2220 excluded: LEGACY_FALSE_POSITIVE modules: - module: github.com/terraform-providers/terraform-provider-aws cves: - CVE-2018-9057 ghsas: - GHSA-r48h-jr2j-9g78
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-1005.yaml
id: GO-2022-1005 excluded: NOT_GO_CODE modules: - module: github.com/siderolabs/talos cves: - CVE-2022-39190 ghsas: - GHSA-jr8j-2jhp-m67v
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2023-1654.yaml
id: GO-2023-1654 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/answerdev/answer cves: - CVE-2023-1540 ghsas: - GHSA-6x5v-cxpp-pc5x
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2024-2552.yaml
id: GO-2024-2552 excluded: NOT_GO_CODE modules: - module: gitlab.nic.cz/knot/knot-resolver cves: - CVE-2023-50387
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2023-1764.yaml
id: GO-2023-1764 excluded: NOT_IMPORTABLE modules: - module: github.com/mutagen-io/mutagen cves: - CVE-2023-30844 ghsas: - GHSA-jmp2-wc4p-wfh2
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2023-1891.yaml
id: GO-2023-1891 excluded: NOT_IMPORTABLE modules: - module: k8s.io/kubernetes cves: - CVE-2023-2727 ghsas: - GHSA-qc2g-gmh6-95p4
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2023-2267.yaml
id: GO-2023-2267 excluded: LEGACY_FALSE_POSITIVE modules: - module: github.com/minio/minio cves: - CVE-2020-11012 ghsas: - GHSA-xv4r-vccv-mg4w
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2023-2260.yaml
id: GO-2023-2260 excluded: LEGACY_FALSE_POSITIVE modules: - module: github.com/envoyproxy/envoy cves: - CVE-2019-9900 ghsas: - GHSA-x74r-f4mw-c32h
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-0751.yaml
id: GO-2022-0751 excluded: NOT_IMPORTABLE modules: - module: github.com/moby/moby cves: - CVE-2014-9356 ghsas: - GHSA-vj3f-3286-r4pf
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-0764.yaml
id: GO-2022-0764 excluded: DEPENDENT_VULNERABILITY modules: - module: github.com/gohugoio/hugo cves: - CVE-2020-26284 ghsas: - GHSA-8j34-9876-pvfq
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-0336.yaml
id: GO-2022-0336 excluded: NOT_GO_CODE modules: - module: github.com/envoyproxy/envoy cves: - CVE-2022-21657 ghsas: - GHSA-837m-wjrv-vm5g
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-0482.yaml
id: GO-2022-0482 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/containerd/containerd cves: - CVE-2022-31030 ghsas: - GHSA-5ffw-gxpp-mxpf
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2023-2363.yaml
id: GO-2023-2363 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/mattermost/mattermost-server/v6 cves: - CVE-2023-35075 ghsas: - GHSA-jcgv-3pfq-j4hr
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2023-1714.yaml
id: GO-2023-1714 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/phachon/mm-wiki cves: - CVE-2020-19278 ghsas: - GHSA-f6xp-59jq-r35c
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-0926.yaml
id: GO-2022-0926 excluded: NOT_IMPORTABLE modules: - module: github.com/grafana/loki cves: - CVE-2021-36156 ghsas: - GHSA-grj5-8x6q-hc9q
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2023-2106.yaml
id: GO-2023-2106 excluded: NOT_GO_CODE modules: - module: github.com/envoyproxy/envoy ghsas: - GHSA-qppj-fm5r-hxr3 related: - CVE-2023-44487 - GHSA-2m7v-gc89-fjqf
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-0371.yaml
id: GO-2022-0371 excluded: NOT_GO_CODE modules: - module: github.com/pomerium/pomerium ghsas: - GHSA-j34v-3552-5r7j
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2023-2124.yaml
id: GO-2023-2124 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/arduino/arduino-create-agent cves: - CVE-2023-43802 ghsas: - GHSA-75j7-w798-cwwx
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2023-2256.yaml
id: GO-2023-2256 excluded: LEGACY_FALSE_POSITIVE modules: - module: github.com/goharbor/harbor cves: - CVE-2019-3990 ghsas: - GHSA-6qj9-33j4-rvhg
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-0828.yaml
id: GO-2022-0828 excluded: NOT_IMPORTABLE modules: - module: github.com/containers/buildah cves: - CVE-2020-10696 ghsas: - GHSA-fx8w-mjvm-hvpc
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2023-1634.yaml
id: GO-2023-1634 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/minio/minio cves: - CVE-2023-27589 ghsas: - GHSA-9wfv-wmf7-6753
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-0881.yaml
id: GO-2022-0881 excluded: NOT_IMPORTABLE modules: - module: github.com/tendermint/tendermint cves: - CVE-2020-5303 ghsas: - GHSA-v24h-pjjv-mcp6
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-0488.yaml
id: GO-2022-0488 excluded: NOT_GO_CODE modules: - module: github.com/envoyproxy/envoy cves: - CVE-2022-29228 ghsas: - GHSA-rww6-8h7g-8jf6
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-0789.yaml
id: GO-2022-0789 excluded: NOT_IMPORTABLE modules: - module: github.com/git-lfs/git-lfs cves: - CVE-2020-27955 ghsas: - GHSA-4g4p-42wc-9f3m
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2023-2345.yaml
id: GO-2023-2345 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/free5gc/free5gc cves: - CVE-2023-47025 ghsas: - GHSA-q27h-hw2v-x5jm
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2023-1918.yaml
id: GO-2023-1918 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/nmstate/kubernetes-nmstate cves: - CVE-2020-1742 ghsas: - GHSA-jw82-xjgr-g6f8
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2023-1633.yaml
id: GO-2023-1633 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/hashicorp/nomad cves: - CVE-2023-1299 ghsas: - GHSA-rqm8-q8j9-662f
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2023-1689.yaml
id: GO-2023-1689 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/etcd-io/etcd cves: - CVE-2021-28235 ghsas: - GHSA-gmph-wf7j-9gcm
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-0382.yaml
id: GO-2022-0382 excluded: DEPENDENT_VULNERABILITY modules: - module: github.com/netlify/gotrue ghsas: - GHSA-433w-mm6h-rv9p
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-0801.yaml
id: GO-2022-0801 excluded: NOT_IMPORTABLE modules: - module: github.com/kata-containers/runtime cves: - CVE-2020-2023 ghsas: - GHSA-6978-vg2j-cc9q
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2023-1688.yaml
id: GO-2023-1688 excluded: EFFECTIVELY_PRIVATE modules: - module: atomys.codes/stud42 ghsas: - GHSA-3hwm-922r-47hw
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-1263.yaml
id: GO-2022-1263 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/usememos/memos cves: - CVE-2022-4810 ghsas: - GHSA-qf9q-3wwx-8qjv
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2023-2087.yaml
id: GO-2023-2087 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/mattermost/mattermost-server/v6 cves: - CVE-2023-5196 ghsas: - GHSA-33r7-wjfc-7w98
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-0620.yaml
id: GO-2022-0620 excluded: NOT_IMPORTABLE modules: - module: github.com/hashicorp/vault cves: - CVE-2021-38553 ghsas: - GHSA-23fq-q7hc-993r
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-0286.yaml
id: GO-2022-0286 excluded: NOT_GO_CODE modules: - module: github.com/unicorn-engine/unicorn cves: - CVE-2021-44078
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2023-2176.yaml
id: GO-2023-2176 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/kubernetes-csi/csi-proxy cves: - CVE-2023-3893 ghsas: - GHSA-r6cc-7wj7-gfx2
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-1090.yaml
id: GO-2022-1090 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/hashicorp/boundary cves: - CVE-2022-36182 ghsas: - GHSA-xqv2-3vvq-qg6r
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-0594.yaml
id: GO-2022-0594 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/fleetdm/fleet/v4 cves: - CVE-2022-23600 ghsas: - GHSA-ch68-7cf4-35vr
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-1220.yaml
id: GO-2022-1220 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/usememos/memos cves: - CVE-2022-4734 ghsas: - GHSA-j593-h5v3-45x6
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-0604.yaml
id: GO-2022-0604 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/mattermost/mattermost-server/v5 cves: - CVE-2021-37860 ghsas: - GHSA-hv5f-73mr-7vvj
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-0303.yaml
id: GO-2022-0303 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/casdoor/casdoor cves: - CVE-2022-24124 ghsas: - GHSA-m358-g4rp-533r
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-0860.yaml
id: GO-2022-0860 excluded: NOT_IMPORTABLE modules: - module: github.com/containernetworking/plugins cves: - CVE-2020-13597 ghsas: - GHSA-pf59-j7c2-rh6x
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-1106.yaml
id: GO-2022-1106 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/hashicorp/nomad cves: - CVE-2022-3867 ghsas: - GHSA-9fmc-5fq4-5jwh
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2023-1789.yaml
id: GO-2023-1789 excluded: NOT_IMPORTABLE modules: - module: k8s.io/ingress-nginx cves: - CVE-2021-25748 ghsas: - GHSA-863x-868h-968x
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-1190.yaml
id: GO-2022-1190 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/usememos/memos cves: - CVE-2022-4688 ghsas: - GHSA-vwg4-846x-f94v
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2023-2197.yaml
id: GO-2023-2197 excluded: LEGACY_FALSE_POSITIVE modules: - module: github.com/appc/docker2aci cves: - CVE-2016-7569
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2023-2011.yaml
id: GO-2023-2011 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/yaklang/yaklang cves: - CVE-2023-40023 ghsas: - GHSA-xvhg-w6qc-m3qq
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-0873.yaml
id: GO-2022-0873 excluded: NOT_IMPORTABLE modules: - module: github.com/ipfs/go-ipfs cves: - CVE-2020-26283 ghsas: - GHSA-r4gv-vj59-cccm
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-1147.yaml
id: GO-2022-1147 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/containerd/containerd cves: - CVE-2022-23471 ghsas: - GHSA-2qjp-425j-52j9
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-0512.yaml
id: GO-2022-0512 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/kubeedge/kubeedge cves: - CVE-2022-31080 ghsas: - GHSA-6wvc-6pww-qr4r
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-0571.yaml
id: GO-2022-0571 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/gphper/ginadmin cves: - CVE-2022-30427 ghsas: - GHSA-9pg5-3pjc-f8wm
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2024-2838.yaml
id: GO-2024-2838 excluded: NOT_GO_CODE modules: - module: github.com/git/git cves: - CVE-2024-32004
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-0547.yaml
id: GO-2022-0547 excluded: EFFECTIVELY_PRIVATE modules: - module: sigs.k8s.io/aws-iam-authenticator cves: - CVE-2022-2385 ghsas: - GHSA-pp3f-98qg-5g75
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-0615.yaml
id: GO-2022-0615 excluded: NOT_IMPORTABLE modules: - module: github.com/hashicorp/consul cves: - CVE-2022-29153 ghsas: - GHSA-q6h7-4qgw-2j9p
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2023-1954.yaml
id: GO-2023-1954 excluded: NOT_GO_CODE modules: - module: github.com/swoole/swoole-src cves: - CVE-2020-24275
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-0779.yaml
id: GO-2022-0779 excluded: NOT_IMPORTABLE modules: - module: github.com/ipfs/go-ipfs cves: - CVE-2020-26279 ghsas: - GHSA-27pv-q55r-222g
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2023-1715.yaml
id: GO-2023-1715 excluded: DEPENDENT_VULNERABILITY modules: - module: github.com/traefik/traefik/v2 cves: - CVE-2023-29013 ghsas: - GHSA-7hj9-rv74-5g92
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2023-2036.yaml
id: GO-2023-2036 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/usememos/memos cves: - CVE-2023-4697 ghsas: - GHSA-5j6p-59cj-j6cp
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-0257.yaml
id: GO-2022-0257 excluded: NOT_GO_CODE modules: - module: github.com/opencontainers/distribution-spec cves: - CVE-2021-41190 ghsas: - GHSA-mc8v-mgrf-8f4m
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-0175.yaml
id: GO-2022-0175 excluded: NOT_GO_CODE modules: - module: github.com/rapid7/metasploit-framework cves: - CVE-2017-14706
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-0413.yaml
id: GO-2022-0413 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/pomerium/pomerium cves: - CVE-2022-24797 ghsas: - GHSA-q98f-2x4p-prjr
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-0917.yaml
id: GO-2022-0917 excluded: NOT_IMPORTABLE modules: - module: github.com/authelia/authelia/v4 cves: - CVE-2021-32637 ghsas: - GHSA-68wm-pfjf-wqp6
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2023-2216.yaml
id: GO-2023-2216 excluded: LEGACY_FALSE_POSITIVE modules: - module: github.com/kubernetes/dashboard cves: - CVE-2018-18264
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-0410.yaml
id: GO-2022-0410 excluded: EFFECTIVELY_PRIVATE modules: - module: go.mozilla.org/sops/v3 ghsas: - GHSA-x5c7-x7m2-rhmf
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-1228.yaml
id: GO-2022-1228 excluded: NOT_GO_CODE modules: - module: github.com/usememos/memos cves: - CVE-2022-4694 ghsas: - GHSA-v92p-phmp-xffr
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2023-2151.yaml
id: GO-2023-2151 excluded: NOT_GO_CODE modules: - module: github.com/ceph/ceph cves: - CVE-2021-3979
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2023-1787.yaml
id: GO-2023-1787 excluded: NOT_IMPORTABLE modules: - module: github.com/kubernetes/minikube cves: - CVE-2023-1944
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-0922.yaml
id: GO-2022-0922 excluded: NOT_IMPORTABLE modules: - module: github.com/projectcontour/contour cves: - CVE-2021-32783 ghsas: - GHSA-5ph6-qq5x-7jwc
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2024-2802.yaml
id: GO-2024-2802 excluded: NOT_GO_CODE modules: - module: github.com/librespeed/speedtest cves: - CVE-2024-32890
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2022-1135.yaml
id: GO-2022-1135 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/clastix/capsule cves: - CVE-2022-46167 ghsas: - GHSA-x45c-cvp8-q4fm
excluded
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/excluded/GO-2023-1582.yaml
id: GO-2023-1582 excluded: EFFECTIVELY_PRIVATE modules: - module: github.com/mosn/mosn cves: - CVE-2021-32163 ghsas: - GHSA-5vx9-j5cw-47vq