repo_id
stringclasses
927 values
file_path
stringlengths
99
214
content
stringlengths
2
4.15M
store
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/worker/store/mem_store.go
// Copyright 2021 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package store import ( "context" "errors" "fmt" "math/rand" "sort" "sync" "time" "golang.org/x/vulndb/internal/idstr" ) // MemStore is an in-memory i...
store
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/worker/store/mem_store_test.go
// Copyright 2021 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. //go:build go1.17 // +build go1.17 package store import "testing" func TestMemStore(t *testing.T) { testStore(t, NewMemStore()) }
store
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/worker/store/fire_store.go
// Copyright 2021 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package store import ( "context" "errors" "fmt" "strings" "time" "cloud.google.com/go/firestore" "golang.org/x/vulndb/internal/derrors" "golang.org/x/...
store
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/worker/store/store.go
// Copyright 2021 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // Package store supports permanent data storage for the vuln worker. package store import ( "context" "errors" "fmt" "time" "github.com/go-git/go-git/v5...
store
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/worker/store/fire_store_test.go
// Copyright 2021 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. //go:build go1.17 // +build go1.17 package store import ( "context" "flag" "fmt" "math/rand" "os/user" "testing" "time" ) var ( project = flag.St...
store
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/worker/store/store_test.go
// Copyright 2021 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package store import ( "context" "sort" "testing" "time" "github.com/google/go-cmp/cmp" "github.com/google/go-cmp/cmp/cmpopts" "golang.org/x/vulndb/int...
testdata
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/worker/testdata/basic.txtar
Repo in the shape of github.com/CVEProject/cvelist, with some actual data. -- README.md -- ignore me please -- 2021/0xxx/CVE-2021-0001.json -- { "data_type": "CVE", "data_format": "MITRE", "data_version": "4.0", "CVE_data_meta": { "ID": "CVE-2021-0001", "ASSIGNER": "secure@intel.com", ...
pkgsite
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/worker/testdata/pkgsite/TestDoUpdateError.json
{}
pkgsite
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/worker/testdata/pkgsite/TestDoUpdate.json
{ "/mod/github.com/pandatix/go-cvss": true, "/mod/github.com/pandatix/go-cvss/security": false, "/mod/github.com/pandatix/go-cvss/security/advisories": false, "/mod/github.com/pandatix/go-cvss/security/advisories/GHSA-xhmf-mmv2-4hhx": false, "/mod/golang.org/x/mod": true, "/mod/www.intel.com": false, ...
proxy
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/worker/testdata/proxy/TestCreateGHSABody.json
{ "golang.org/x/tools/@latest": { "body": "{\"Version\":\"v0.22.0\",\"Time\":\"2024-06-04T17:56:46Z\",\"Origin\":{\"VCS\":\"git\",\"URL\":\"https://go.googlesource.com/tools\",\"Ref\":\"refs/tags/v0.22.0\",\"Hash\":\"bc6931db37c33e064504346d9259b3b6d20e13f6\"}}", "status_code": 200 }, "golang.org/x/tools/@v/list...
proxy
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/worker/testdata/proxy/TestNewCVEBody.json
{ "golang.org/x/vulndb/@latest": { "body": "{\"Version\":\"v0.0.0-20240515211212-610562879ffa\",\"Time\":\"2024-05-15T21:12:12Z\",\"Origin\":{\"VCS\":\"git\",\"URL\":\"https://go.googlesource.com/vulndb\",\"Hash\":\"610562879ffa5a01ef64694583a9d54f9350b9cb\"}}", "status_code": 200 }, "golang.org/x/vulndb/@v/list...
proxy
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/worker/testdata/proxy/TestCreateIssues.json
{}
static
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/worker/static/index.tmpl
<!-- Copyright 2021 The Go Authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. --> <!DOCTYPE html> <html lang="en"> <meta charset="utf-8"> <link href="/static/worker.css" rel="stylesheet"> <title>{{.Namespace}} Vuln Worker</title> <body...
static
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/worker/static/worker.css
/* * Copyright 2021 The Go Authors. All rights reserved. * Use of this source code is governed by a BSD-style * license that can be found in the LICENSE file. */ :root { --white: #eee; --gray: #ccc; --red: red; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubunt...
idstr
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/idstr/links.go
// Copyright 2024 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package idstr import ( "regexp" "strings" ) var ( nistPrefix = "https://nvd.nist.gov/vuln/detail/" mitrePrefixMatch = "https://.*cve.*org/.*" ghsa...
idstr
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/idstr/links_test.go
// Copyright 2024 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package idstr import "testing" func TestIsAdvisoryForOneOf(t *testing.T) { for _, tc := range []struct { name string link string aliases []string...
idstr
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/idstr/ids.go
// Copyright 2024 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // Package idstr provides utilities for working with vulnerability // identifier strings. package idstr import "regexp" const ghsaStr = `GHSA-[^-]{4}-[^-]{4}-...
idstr
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/idstr/ids_test.go
// Copyright 2024 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package idstr import "testing" func TestFindCVE(t *testing.T) { s := "something/CVE-1999-0004.json" got, want := FindCVE(s), "CVE-1999-0004" if got != want...
cveutils
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/cveutils/list_test.go
// Copyright 2023 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package cveutils import ( "encoding/json" "errors" "net/http" "net/http/httptest" "path/filepath" "testing" "time" "github.com/google/go-cmp/cmp" "gi...
cveutils
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/cveutils/triage.go
// Copyright 2021 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package cveutils import ( "context" "errors" "fmt" "net/url" "strings" "golang.org/x/vulndb/internal/derrors" "golang.org/x/vulndb/internal/idstr" "go...
cveutils
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/cveutils/paths_test.go
// Copyright 2021 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. //go:build go1.17 // +build go1.17 package cveutils import ( "testing" "github.com/google/go-cmp/cmp" ) func TestCandidateModulePaths(t *testing.T) { for...
cveutils
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/cveutils/paths.go
// Copyright 2021 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package cveutils import ( "path" "regexp" "strings" "golang.org/x/mod/module" "golang.org/x/vulndb/internal/stdlib" ) // vcsHostWithThreeElementRepoName...
cveutils
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/cveutils/triage_test.go
// Copyright 2021 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. //go:build go1.17 // +build go1.17 package cveutils import ( "context" "flag" "testing" "github.com/google/go-cmp/cmp" "github.com/google/go-cmp/cmp/cmp...
cveutils
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/cveutils/list.go
// Copyright 2023 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package cveutils import ( "encoding/json" "errors" "fmt" "io" "net/http" "strings" "time" "golang.org/x/exp/slices" ) // List returns the ids for all...
testdata
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/cveutils/testdata/deltaLog.txtar
Copyright 2023 The Go Authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. A CVE delta log for testing, in the shape of https://github.com/CVEProject/cvelistV5/blob/main/cves/deltaLog.json. -- cves/deltaLog.json -- [ { "fetchTime": "...
testdata
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/cveutils/testdata/NOTICE
# NOTICE The `testdata` folder contains unmodified data from [CVE List](https://github.com/CVEProject/cvelist), and [CVE List V5](https://github.com/CVEProject/cvelistV5), licensed under [CVE license](https://www.cve.org/Legal/TermsOfUse).
pkgsite
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/cveutils/testdata/pkgsite/TestTriageV5CVE.json
{ "/mod/bitbucket.org/foo/bar": false, "/mod/github.com/something/something": false, "/mod/github.com/something/something/404": false, "/mod/golang.org/x/exp/event": true, "/mod/golang.org/x/mod": true, "/mod/snyk.io": false, "/mod/snyk.io/vuln": false, "/mod/snyk.io/vuln/SNYK-GOLANG-12345": fal...
pkgsite
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/cveutils/testdata/pkgsite/TestTriageV4CVE.json
{ "/mod/bitbucket.org/foo/bar": false, "/mod/github.com/something/something": false, "/mod/github.com/something/something/404": false, "/mod/golang.org/x/exp/event": true, "/mod/golang.org/x/mod": true, "/mod/snyk.io": false, "/mod/snyk.io/vuln": false, "/mod/snyk.io/vuln/SNYK-GOLANG-12345": fal...
genericosv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/fetch.go
// Copyright 2023 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // // Package genericosv provides utilities for working with generic // OSV structs (not specialized for Go). package genericosv import ( "context" "encoding/...
genericosv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/report.go
// Copyright 2023 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package genericosv import ( "fmt" "strings" "golang.org/x/vulndb/internal/idstr" "golang.org/x/vulndb/internal/osv" "golang.org/x/vulndb/internal/report"...
genericosv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/constants.go
// Copyright 2024 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // File copied from github.com/google/osv-scanner@v1.8.0/pkg/models/constants.go package genericosv type Ecosystem string const ( EcosystemGo Ecos...
genericosv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/fetch_test.go
// Copyright 2023 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package genericosv import ( "context" "net/http" "net/http/httptest" "testing" "github.com/google/go-cmp/cmp" ) func newTestClient(expectedEndpoint, fak...
genericosv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/vulnerability.go
// Copyright 2024 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // File copied from github.com/google/osv-scanner@v1.8.0/pkg/models/vulnerability.go package genericosv import ( "encoding/json" "time" ) // Package identif...
genericosv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/report_test.go
// Copyright 2023 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package genericosv import ( "flag" "io/fs" "path/filepath" "strings" "testing" "time" "github.com/google/go-cmp/cmp" "golang.org/x/vulndb/internal/pro...
testdata
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/NOTICE
# NOTICE The `testdata/osv` folder contains unmodified data from the [Github Advisory Database](https://github.com/github/advisory-database), licensed under [CC-BY-4.0](https://github.com/github/advisory-database/blob/main/LICENSE.md).
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/osv/GHSA-7943-82jg-wmw5.json
{ "schema_version": "1.4.0", "id": "GHSA-7943-82jg-wmw5", "modified": "2022-07-21T15:54:19Z", "published": "2022-07-12T22:05:11Z", "aliases": [ "CVE-2022-31105" ], "summary": "Argo CD certificate verification is skipped for connections to OIDC providers", "details": "### Impact\n\nAll versions of Ar...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/osv/GHSA-3hwm-922r-47hw.json
{ "schema_version": "1.4.0", "id": "GHSA-3hwm-922r-47hw", "modified": "2023-04-25T23:06:52Z", "published": "2023-03-31T19:33:44Z", "summary": "Stud42 vulnerable to denial of service", "details": "A security vulnerability has been identified in the GraphQL parser used by the API of s42.app. An attacker can o...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/osv/GHSA-g5gj-9ggf-9vmq.json
{ "schema_version": "1.4.0", "id": "GHSA-g5gj-9ggf-9vmq", "modified": "2021-11-10T18:18:55Z", "published": "2021-11-10T20:38:53Z", "aliases": [ "CVE-2021-3908" ], "summary": "Infinite certificate chain depth results in OctoRPKI running forever", "details": "OctoRPKI does not limit the depth of a cer...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/osv/GHSA-6rg3-8h8x-5xfv.json
{ "schema_version": "1.4.0", "id": "GHSA-6rg3-8h8x-5xfv", "modified": "2021-10-05T17:24:11Z", "published": "2021-06-23T18:04:50Z", "summary": "Unchecked hostname resolution could allow access to local network resources by users outside the local network", "details": "### Impact\nA newly implemented route al...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/osv/GHSA-jmp2-wc4p-wfh2.json
{ "schema_version": "1.4.0", "id": "GHSA-jmp2-wc4p-wfh2", "modified": "2023-05-05T02:25:00Z", "published": "2023-05-05T02:25:00Z", "aliases": [ "CVE-2023-30844" ], "summary": "Mutagen list and monitor operations do not neutralize control characters in text controlled by remote endpoints", "details":...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/osv/GHSA-54q4-74p3-mgcw.json
{ "schema_version": "1.4.0", "id": "GHSA-54q4-74p3-mgcw", "modified": "2023-02-23T22:31:36Z", "published": "2023-02-16T00:30:27Z", "aliases": [ "CVE-2022-38867" ], "summary": "rttys SQL Injection vulnerability", "details": "SQL Injection vulnerability in rttys versions 4.0.0, 4.0.1, and 4.0.2 in api...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/osv/GHSA-5m6c-jp6f-2vcv.json
{ "schema_version": "1.4.0", "id": "GHSA-5m6c-jp6f-2vcv", "modified": "2021-05-24T20:58:18Z", "published": "2021-12-20T17:58:59Z", "aliases": [ "CVE-2020-4037" ], "summary": "Open Redirect in OAuth2 Proxy", "details": "### Impact\nAs users can provide a redirect address for the proxy to send the aut...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/osv/GHSA-fv82-r8qv-ch4v.json
{ "schema_version": "1.4.0", "id": "GHSA-fv82-r8qv-ch4v", "modified": "2021-05-20T20:47:18Z", "published": "2021-05-21T16:24:22Z", "aliases": [ "CVE-2021-29652" ], "summary": "pomerium_signature is not verified in middleware in github.com/pomerium/pomerium", "details": "### Impact\nSome API endpoint...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/osv/GHSA-pmfr-63c2-jr5c.json
{ "schema_version": "1.4.0", "id": "GHSA-pmfr-63c2-jr5c", "modified": "2023-01-20T22:02:58Z", "published": "2021-12-20T18:24:30Z", "aliases": [ "CVE-2020-13845" ], "summary": "Execution Control List (ECL) Is Insecure in Singularity", "details": "### Impact\n\nThe Singularity Execution Control List (...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/osv/GHSA-66p8-j459-rq63.json
{ "schema_version": "1.4.0", "id": "GHSA-66p8-j459-rq63", "modified": "2023-02-10T23:11:01Z", "published": "2023-02-10T23:11:01Z", "aliases": [ "CVE-2023-25168" ], "summary": "Pterodactyl Wings contains UNIX Symbolic Link (Symlink) Following resulting in deletion of files and directories on the host s...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/osv/GHSA-g9wh-3vrx-r7hg.json
{ "schema_version": "1.4.0", "id": "GHSA-g9wh-3vrx-r7hg", "modified": "2021-11-10T18:19:37Z", "published": "2021-11-10T20:39:23Z", "aliases": [ "CVE-2021-3912" ], "summary": "OctoRPKI crashes when processing GZIP bomb returned via malicious repository", "details": "OctoRPKI tries to load the entire ...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/osv/GHSA-3cqf-953p-h5cp.json
{ "schema_version": "1.4.0", "id": "GHSA-3cqf-953p-h5cp", "modified": "2024-06-06T19:04:54Z", "published": "2024-06-06T19:04:54Z", "aliases": [ "CVE-2024-36106" ], "summary": "Argo-cd authenticated users can enumerate clusters by name", "details": "### Impact\nIt’s possible for a...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/osv/GHSA-33m6-q9v5-62r7.json
{ "schema_version": "1.4.0", "id": "GHSA-33m6-q9v5-62r7", "modified": "2023-02-07T22:57:53Z", "published": "2023-02-07T22:57:53Z", "aliases": [ "CVE-2021-3538" ], "summary": "github.com/satori/go.uuid has Predictable SIF UUID Identifiers", "details": "### Impact\n\nThe siftool new command produces p...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/osv/GHSA-9689-rx4v-cqgc.json
{ "schema_version": "1.4.0", "id": "GHSA-9689-rx4v-cqgc", "modified": "2021-05-12T18:15:16Z", "published": "2022-02-15T01:57:18Z", "aliases": [ "CVE-2018-15798" ], "summary": "Open Redirect", "details": "Pivotal Concourse Release, versions 4.x prior to 4.2.2, login flow allows redirects to untrusted...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/osv/GHSA-wx8q-rgfr-cf6v.json
{ "schema_version": "1.4.0", "id": "GHSA-wx8q-rgfr-cf6v", "modified": "2021-12-10T18:30:24Z", "published": "2021-11-10T18:20:11Z", "aliases": [ "CVE-2021-22565" ], "summary": "Insufficient Granularity of Access Control in github.com/google/exposure-notifications-verification-server", "details": "###...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/osv/GHSA-v6rw-hhgg-wc4x.json
{ "schema_version": "1.4.0", "id": "GHSA-v6rw-hhgg-wc4x", "modified": "2024-06-05T20:27:12Z", "published": "2024-04-17T17:35:21Z", "aliases": [ ], "summary": "Evmos vulnerable to DOS and transaction fee expropiation through Authz exploit", "details": "## Impact\n_What kind of vulnerabil...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/osv/GHSA-28r2-q6m8-9hpx.json
{ "schema_version": "1.4.0", "id": "GHSA-28r2-q6m8-9hpx", "modified": "2022-11-21T19:45:07Z", "published": "2022-05-26T00:01:27Z", "aliases": [ "CVE-2022-30323" ], "summary": "HashiCorp go-getter unsafe downloads could lead to asymmetric resource exhaustion", "details": "HashiCorp go-getter through ...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/osv/GHSA-m99c-q26r-m7m7.json
{ "schema_version": "1.4.0", "id": "GHSA-m99c-q26r-m7m7", "modified": "2024-06-10T20:09:07Z", "published": "2024-04-17T17:37:23Z", "aliases": [ ], "summary": "Evmos vulnerable to unauthorized account creation with vesting module", "details": "### Impact\n_What kind of vulnerability is i...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/osv/GHSA-pg5p-wwp8-97g8.json
{ "schema_version": "1.4.0", "id": "GHSA-pg5p-wwp8-97g8", "modified": "2023-04-19T18:16:51Z", "published": "2023-04-19T18:16:51Z", "aliases": [ "CVE-2023-29002" ], "summary": "Debug mode leaks confidential data in Cilium", "details": "### Impact\n\nWhen run in debug mode, Cilium may log sensitive in...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/osv/GHSA-627p-rr78-99rj.json
{ "schema_version": "1.4.0", "id": "GHSA-627p-rr78-99rj", "modified": "2021-05-24T17:56:03Z", "published": "2021-12-20T17:56:03Z", "aliases": [ "CVE-2020-5415" ], "summary": "GitLab auth uses full name instead of username as user ID, allowing impersonation", "details": "### Impact\n\nInstallations w...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/osv/GHSA-jh36-q97c-9928.json
{ "schema_version": "1.4.0", "id": "GHSA-jh36-q97c-9928", "modified": "2023-03-10T22:45:03Z", "published": "2023-03-01T21:30:18Z", "aliases": [ "CVE-2022-3294" ], "summary": "Kubernetes vulnerable to validation bypass", "details": "Users may have access to secure endpoints in the control plane netwo...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/osv/GHSA-vp35-85q5-9f25.json
{ "schema_version": "1.4.0", "id": "GHSA-vp35-85q5-9f25", "modified": "2022-11-11T00:03:31Z", "published": "2022-11-11T00:03:31Z", "summary": "Container build can leak any path on the host into the container", "details": "### Description\n\nMoby is the open source Linux container runtime and set of componen...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/osv/GHSA-7fxj-fr3v-r9gj.json
{ "schema_version": "1.4.0", "id": "GHSA-7fxj-fr3v-r9gj", "modified": "2022-11-24T01:13:44Z", "published": "2022-11-04T19:01:17Z", "aliases": [ "CVE-2022-3023" ], "summary": "TiDB vulnerable to Use of Externally-Controlled Format String", "details": "TiDB server (importer CLI tool) prior to version ...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/osv/GHSA-xx9w-464f-7h6f.json
{ "schema_version": "1.4.0", "id": "GHSA-xx9w-464f-7h6f", "modified": "2023-04-03T18:56:08Z", "published": "2022-09-16T20:27:13Z", "aliases": [ "CVE-2022-31667" ], "summary": " Harbor fails to validate the user permissions when updating a robot account", "details": "### Impact\nHarbor fails to valid...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/osv/GHSA-hv53-vf5m-8q94.json
{ "schema_version": "1.4.0", "id": "GHSA-hv53-vf5m-8q94", "modified": "2022-09-19T22:53:33Z", "published": "2022-02-11T23:28:20Z", "summary": "personnummer/go vulnerable to Improper Input Validation", "details": "This vulnerability was reported to the personnummer team in June 2020. The slow response was du...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/osv/GHSA-cf7g-cm7q-rq7f.json
{ "schema_version": "1.4.0", "id": "GHSA-cf7g-cm7q-rq7f", "modified": "2022-09-23T17:07:44Z", "published": "2022-09-20T21:22:55Z", "aliases": [ "CVE-2022-39220" ], "summary": "SFTPGo WebClient vulnerable to Cross-site Scripting", "details": "### Impact\nCross-site scripting (XSS) vulnerabilities hav...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/osv/GHSA-w4xh-w33p-4v29.json
{ "schema_version": "1.4.0", "id": "GHSA-w4xh-w33p-4v29", "modified": "2023-02-08T00:28:40Z", "published": "2022-05-14T00:55:16Z", "aliases": [ "CVE-2017-17831" ], "summary": "GitHub Git LFS Improper Input Validation vulnerability", "details": "GitHub Git LFS before 2.1.1 allows remote attackers to ...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/osv/GHSA-3wq5-3f56-v5xc.json
{ "schema_version": "1.4.0", "id": "GHSA-3wq5-3f56-v5xc", "modified": "2023-04-07T21:02:25Z", "published": "2023-03-31T12:30:16Z", "aliases": [ "CVE-2023-1777" ], "summary": "Mattermost vulnerable to information disclosure", "details": "Mattermost allows an attacker to request a preview of an existi...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/osv/GHSA-6qfg-8799-r575.json
{ "schema_version": "1.4.0", "id": "GHSA-6qfg-8799-r575", "modified": "2021-05-17T21:58:06Z", "published": "2021-05-18T15:30:07Z", "aliases": [ "CVE-2019-11251" ], "summary": "Symlink Attack", "details": "The Kubernetes kubectl cp command in versions 1.1-1.12, and versions prior to 1.13.11, 1.14.7, ...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/osv/GHSA-hmfx-3pcx-653p.json
{ "schema_version": "1.4.0", "id": "GHSA-hmfx-3pcx-653p", "modified": "2023-02-16T17:38:22Z", "published": "2023-02-16T14:11:33Z", "aliases": [ "CVE-2023-25173" ], "summary": "Supplementary groups are not set up properly in github.com/containerd/containerd", "details": "### Impact\n\nA bug was found...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/osv/GHSA-69v6-xc2j-r2jf.json
{ "schema_version": "1.4.0", "id": "GHSA-69v6-xc2j-r2jf", "modified": "2021-05-21T21:51:49Z", "published": "2021-06-29T21:13:01Z", "aliases": [ "CVE-2020-26241" ], "summary": "Shallow copy bug in geth", "details": "### Impact\nThis is a Consensus vulnerability, which can be used to cause a chain-spl...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/osv/GHSA-xmg8-99r8-jc2j.json
{ "schema_version": "1.4.0", "id": "GHSA-xmg8-99r8-jc2j", "modified": "2022-05-24T12:26:59Z", "published": "2022-05-24T12:26:59Z", "aliases": [ "CVE-2022-24905" ], "summary": "Login screen allows message spoofing if SSO is enabled", "details": "### Impact\n\nA vulnerability was found in Argo CD that...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/osv/GHSA-hjv9-hm2f-rpcj.json
{ "schema_version": "1.4.0", "id": "GHSA-hjv9-hm2f-rpcj", "modified": "2023-03-09T04:23:52Z", "published": "2023-03-01T18:30:59Z", "aliases": [ "CVE-2023-0507" ], "summary": "Grafana vulnerable to Cross-site Scripting", "details": "Grafana is an open-source platform for monitoring and observability....
yaml
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/yaml/GHSA-54q4-74p3-mgcw.yaml
id: GO-ID-PENDING modules: - module: github.com/zhaojh329/rttys non_go_versions: - introduced: 4.0.0 unsupported_versions: - last_affected: 4.0.2 vulnerable_at: 1.1.0 summary: rttys SQL Injection vulnerability in github.com/zhaojh329/rttys cves: - CVE-2022-38867 ghsas: - GH...
yaml
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/yaml/GHSA-9689-rx4v-cqgc.yaml
id: GO-ID-PENDING modules: - module: github.com/concourse/concourse non_go_versions: - fixed: 5.2.8 - introduced: 5.3.0 - fixed: 5.5.10 - introduced: 5.6.0 - fixed: 5.8.1 vulnerable_at: 4.2.3+incompatible summary: Open Redirect in github.com/concourse/concourse cv...
yaml
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/yaml/GHSA-33m6-q9v5-62r7.yaml
id: GO-ID-PENDING modules: - module: github.com/apptainer/sif non_go_versions: - introduced: 1.2.1-0.20180103161547-0ef6afb2f6cd - fixed: 1.2.1-0.20180404165556-75cca531ea76 vulnerable_at: 1.7.0 - module: github.com/apptainer/sif/v2 vulnerable_at: 2.15.2 - module: github.co...
yaml
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/yaml/GHSA-627p-rr78-99rj.yaml
id: GO-ID-PENDING modules: - module: github.com/concourse/concourse non_go_versions: - introduced: 6.3.0 - fixed: 6.3.1 - introduced: 6.4.0 - fixed: 6.4.1 vulnerable_at: 4.2.3+incompatible - module: github.com/concourse/dex non_go_versions: - introduced:...
yaml
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/yaml/GHSA-6rg3-8h8x-5xfv.yaml
id: GO-ID-PENDING modules: - module: github.com/pterodactyl/wings versions: - introduced: 1.2.0 - fixed: 1.2.1 vulnerable_at: 1.2.0 summary: |- Unchecked hostname resolution could allow access to local network resources by users outside the local network in github.com/pterodactyl...
yaml
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/yaml/GHSA-w4xh-w33p-4v29.yaml
id: GO-ID-PENDING modules: - module: github.com/git-lfs/git-lfs non_go_versions: - fixed: 2.1.1-0.20170519163204-f913f5f9c7c6 vulnerable_at: 1.5.6 summary: GitHub Git LFS Improper Input Validation vulnerability in github.com/git-lfs/git-lfs cves: - CVE-2017-17831 ghsas: - GHSA-w4xh-w33p-...
yaml
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/yaml/GHSA-hmfx-3pcx-653p.yaml
id: GO-ID-PENDING modules: - module: github.com/containerd/containerd versions: - fixed: 1.5.18 - introduced: 1.6.0 - fixed: 1.6.18 vulnerable_at: 1.6.17 summary: Supplementary groups are not set up properly in github.com/containerd/containerd cves: - CVE-2023-25173 ghsas: ...
yaml
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/yaml/GHSA-7fxj-fr3v-r9gj.yaml
id: GO-ID-PENDING modules: - module: github.com/pingcap/tidb non_go_versions: - introduced: 6.2.0 unsupported_versions: - last_affected: 6.1.2 - last_affected: 6.4.0-alpha1 vulnerable_at: 1.0.9 summary: TiDB vulnerable to Use of Externally-Controlled Format String in github...
yaml
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/yaml/GHSA-pmfr-63c2-jr5c.yaml
id: GO-ID-PENDING modules: - module: github.com/sylabs/singularity versions: - introduced: 3.0.0+incompatible non_go_versions: - fixed: 3.6.0 summary: Execution Control List (ECL) Is Insecure in Singularity in github.com/sylabs/singularity cves: - CVE-2020-13845 ghsas: - GHSA-pmf...
yaml
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/yaml/GHSA-g9wh-3vrx-r7hg.yaml
id: GO-ID-PENDING modules: - module: github.com/cloudflare/cfrpki versions: - fixed: 1.4.0 vulnerable_at: 1.3.0 summary: OctoRPKI crashes when processing GZIP bomb returned via malicious repository in github.com/cloudflare/cfrpki cves: - CVE-2021-3912 ghsas: - GHSA-g9wh-3vrx-r7hg referen...
yaml
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/yaml/GHSA-jh36-q97c-9928.yaml
id: GO-ID-PENDING modules: - module: k8s.io/kubernetes versions: - introduced: 1.22.0 - fixed: 1.22.16 - introduced: 1.23.0 - fixed: 1.23.14 - introduced: 1.24.0 - fixed: 1.24.8 - introduced: 1.25.0 - fixed: 1.25.4 vulnerable_at: 1.25.4-rc....
yaml
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/yaml/GHSA-v6rw-hhgg-wc4x.yaml
id: GO-ID-PENDING modules: - module: github.com/evmos/evmos vulnerable_at: 1.1.3 - module: github.com/evmos/evmos/v2 vulnerable_at: 2.0.2 - module: github.com/evmos/evmos/v3 vulnerable_at: 3.0.3 - module: github.com/evmos/evmos/v4 vulnerable_at: 4.0.2 - module: github.com/evm...
yaml
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/yaml/GHSA-pg5p-wwp8-97g8.yaml
id: GO-ID-PENDING modules: - module: github.com/cilium/cilium versions: - introduced: 1.7.0 unsupported_versions: - last_affected: 1.10.0 vulnerable_at: 1.15.6 - module: github.com/cilium/cilium versions: - introduced: 1.11.0 - fixed: 1.11.16 vulnera...
yaml
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/yaml/GHSA-69v6-xc2j-r2jf.yaml
id: GO-ID-PENDING modules: - module: github.com/ethereum/go-ethereum versions: - introduced: 1.9.7 - fixed: 1.9.17 non_go_versions: - fixed: 1.19.7 vulnerable_at: 1.9.16 summary: Shallow copy bug in geth in github.com/ethereum/go-ethereum cves: - CVE-2020-26241 ghsas: ...
yaml
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/yaml/GHSA-cf7g-cm7q-rq7f.yaml
id: GO-ID-PENDING modules: - module: github.com/drakkan/sftpgo vulnerable_at: 1.2.2 - module: github.com/drakkan/sftpgo/v2 versions: - fixed: 2.3.5 vulnerable_at: 2.3.4 summary: SFTPGo WebClient vulnerable to Cross-site Scripting in github.com/drakkan/sftpgo cves: - CVE-2022-39220 ...
yaml
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/yaml/GHSA-vp35-85q5-9f25.yaml
id: GO-ID-PENDING modules: - module: github.com/moby/moby versions: - fixed: 20.10.20+incompatible vulnerable_at: 20.10.19+incompatible summary: Container build can leak any path on the host into the container in github.com/moby/moby ghsas: - GHSA-vp35-85q5-9f25 references: - advisory: h...
yaml
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/yaml/GHSA-hjv9-hm2f-rpcj.yaml
id: GO-ID-PENDING modules: - module: github.com/grafana/grafana non_go_versions: - introduced: 8.1.0 - fixed: 8.5.21 - introduced: 9.0.0 - fixed: 9.2.13 - introduced: 9.3.0 - fixed: 9.3.8 vulnerable_at: 5.4.5+incompatible summary: Grafana vulnerable to Cro...
yaml
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/yaml/GHSA-g5gj-9ggf-9vmq.yaml
id: GO-ID-PENDING modules: - module: github.com/cloudflare/cfrpki versions: - fixed: 1.4.0 vulnerable_at: 1.3.0 summary: Infinite certificate chain depth results in OctoRPKI running forever in github.com/cloudflare/cfrpki cves: - CVE-2021-3908 ghsas: - GHSA-g5gj-9ggf-9vmq references: ...
yaml
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/yaml/GHSA-6qfg-8799-r575.yaml
id: GO-ID-PENDING modules: - module: github.com/kubernetes/kubernetes versions: - introduced: 1.13.10 - fixed: 1.13.11 - introduced: 1.14.6 - fixed: 1.14.7 vulnerable_at: 1.14.7-beta.0 - module: k8s.io/kubernetes versions: - introduced: 1.15.3 - ...
yaml
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/yaml/GHSA-fv82-r8qv-ch4v.yaml
id: GO-ID-PENDING modules: - module: github.com/pomerium/pomerium versions: - introduced: 0.10.0 - fixed: 0.13.4 vulnerable_at: 0.13.3 summary: pomerium_signature is not verified in middleware in github.com/pomerium/pomerium cves: - CVE-2021-29652 ghsas: - GHSA-fv82-r8qv-ch4v ref...
yaml
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/yaml/GHSA-5m6c-jp6f-2vcv.yaml
id: GO-ID-PENDING modules: - module: github.com/oauth2-proxy/oauth2-proxy non_go_versions: - introduced: 5.1.1 - fixed: 6.0.0 vulnerable_at: 3.2.0+incompatible summary: Open Redirect in OAuth2 Proxy in github.com/oauth2-proxy/oauth2-proxy cves: - CVE-2020-4037 ghsas: - GHSA-5m6c-...
yaml
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/yaml/GHSA-3wq5-3f56-v5xc.yaml
id: GO-ID-PENDING modules: - module: github.com/mattermost/mattermost-server non_go_versions: - introduced: 7.1.0 - fixed: 7.1.6 - introduced: 7.7.0 - fixed: 7.7.2 - introduced: 7.8.0 - fixed: 7.8.1 vulnerable_at: 9.9.0+incompatible - module: github.co...
yaml
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/yaml/GHSA-7943-82jg-wmw5.yaml
id: GO-ID-PENDING modules: - module: github.com/argoproj/argo-cd versions: - introduced: 0.4.0 vulnerable_at: 1.8.6 - module: github.com/argoproj/argo-cd/v2 versions: - fixed: 2.2.11 - introduced: 2.3.0 - fixed: 2.3.6 - introduced: 2.4.0 - fixed:...
yaml
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/yaml/GHSA-jmp2-wc4p-wfh2.yaml
id: GO-ID-PENDING modules: - module: github.com/mutagen-io/mutagen versions: - fixed: 0.16.6 - introduced: 0.17.0 - fixed: 0.17.1 vulnerable_at: 0.17.0 - module: github.com/mutagen-io/mutagen-compose versions: - fixed: 0.17.1 vulnerable_at: 0.17.0 summary:...
yaml
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/yaml/GHSA-xmg8-99r8-jc2j.yaml
id: GO-ID-PENDING modules: - module: github.com/argoproj/argo-cd vulnerable_at: 1.8.6 - module: github.com/argoproj/argo-cd/v2 versions: - introduced: 2.0.0 - fixed: 2.1.15 - introduced: 2.2.0 - fixed: 2.2.9 - introduced: 2.3.0 - fixed: 2.3.4 vul...
yaml
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/yaml/GHSA-wx8q-rgfr-cf6v.yaml
id: GO-ID-PENDING modules: - module: github.com/google/exposure-notifications-verification-server versions: - fixed: 1.1.2 vulnerable_at: 1.1.1 summary: |- Insufficient Granularity of Access Control in github.com/google/exposure-notifications-verification-server cves: - CVE-2021-2256...
yaml
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/yaml/GHSA-3hwm-922r-47hw.yaml
id: GO-ID-PENDING modules: - module: atomys.codes/stud42 non_go_versions: - fixed: 0.23.0 vulnerable_at: 0.20.1 summary: Stud42 vulnerable to denial of service in atomys.codes/stud42 ghsas: - GHSA-3hwm-922r-47hw references: - advisory: https://github.com/42Atomys/stud42/security/advisori...
yaml
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/yaml/GHSA-66p8-j459-rq63.yaml
id: GO-ID-PENDING modules: - module: github.com/pterodactyl/wings versions: - fixed: 1.7.4 - introduced: 1.11.0 - fixed: 1.11.4 vulnerable_at: 1.11.3 summary: |- Pterodactyl Wings contains UNIX Symbolic Link (Symlink) Following resulting in deletion of files and directori...
yaml
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/yaml/GHSA-xx9w-464f-7h6f.yaml
id: GO-ID-PENDING modules: - module: github.com/goharbor/harbor versions: - fixed: 1.10.13 - introduced: 2.0.0+incompatible - fixed: 2.4.3+incompatible - introduced: 2.5.0+incompatible - fixed: 2.5.2+incompatible non_go_versions: - introduced: 1.0.0 ...
yaml
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/yaml/GHSA-hv53-vf5m-8q94.yaml
id: GO-ID-PENDING modules: - module: github.com/personnummer/go vulnerable_at: 1.1.0 - module: github.com/personnummer/go/v3 non_go_versions: - fixed: 3.0.1 vulnerable_at: 3.1.2 summary: personnummer/go vulnerable to Improper Input Validation in github.com/personnummer/go ghsas: - ...
yaml
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/yaml/GHSA-28r2-q6m8-9hpx.yaml
id: GO-ID-PENDING modules: - module: github.com/hashicorp/go-getter versions: - fixed: 1.6.1 vulnerable_at: 1.6.0 - module: github.com/hashicorp/go-getter/v2 versions: - introduced: 2.0.0 - fixed: 2.1.0 vulnerable_at: 2.0.2 - module: github.com/hashicorp/go-ge...
yaml
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/internal/genericosv/testdata/yaml/GHSA-m99c-q26r-m7m7.yaml
id: GO-ID-PENDING modules: - module: github.com/evmos/evmos vulnerable_at: 1.1.3 - module: github.com/evmos/evmos/v2 vulnerable_at: 2.0.2 - module: github.com/evmos/evmos/v3 vulnerable_at: 3.0.3 - module: github.com/evmos/evmos/v4 vulnerable_at: 4.0.2 - module: github.com/evm...