repo_id
stringclasses
927 values
file_path
stringlengths
99
214
content
stringlengths
2
4.15M
vuln
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vuln/cmd/govulncheck/testdata/main/modules/vuln/go.mod
module golang.org/vuln go 1.18
vuln
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vuln/cmd/govulncheck/testdata/main/modules/vuln/vuln.go
package main import "fmt" func main() { fmt.Println("I am vulnerable") }
ID
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vuln/cmd/govulncheck/testdata/main/vulndb-v1/ID/GO-9999-9999.json
{"schema_version":"1.3.1","id":"GO-9999-9999","modified":"2023-04-03T15:57:51Z","published":"2021-04-14T20:04:52Z","aliases":["CVE-9999-99999","GHSA-9999-9999-9999"],"summary":"A fake vulnerability in golang.org/x/vuln","details":"This is a fake vulnerability used only for testing purposes.","affected":[{"package":{"na...
index
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vuln/cmd/govulncheck/testdata/main/vulndb-v1/index/modules.json
[{"path":"golang.org/vuln","vulns":[{"id":"GO-9999-9999","modified":"2023-04-03T15:57:51Z","fixed":"0.3.3"}]}]
index
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vuln/cmd/govulncheck/testdata/main/vulndb-v1/index/vulns.json
[{"id":"GO-9999-9999","modified":"2023-04-03T15:57:51Z","aliases":["CVE-9999-99999","GHSA-9999-9999-9999"]}]
index
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vuln/cmd/govulncheck/testdata/main/vulndb-v1/index/db.json
{"modified":"2023-04-03T15:57:51Z"}
binary
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vuln/cmd/govulncheck/testdata/main/testfiles/binary/binary_call_text.ct
##### # Test no vulnerabilities in main module with devel version. $ govulncheck -mode=binary ${main_vuln_binary} No vulnerabilities found. # Test vulnerabilities in main module with v0.3.1 version. $ govulncheck -mode=binary ${moddir}/vuln/vuln_main_v0.3.1 --> FAIL 3 === Symbol Results === Vulnerability #1: GO-9999...
source
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vuln/cmd/govulncheck/testdata/main/testfiles/source/source_call_text.ct
##### # Test of basic govulncheck in source mode $ govulncheck -C ${moddir}/vuln ./... No vulnerabilities found.
strip
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vuln/cmd/govulncheck/testdata/strip/config.json
{ "strip": true, "skipGOOS": ["darwin"] }
vuln
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vuln/cmd/govulncheck/testdata/strip/modules/vuln/go.mod
module golang.org/vuln go 1.18 // This version has a vulnerability that is only imported. require golang.org/x/text v0.3.0
vuln
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vuln/cmd/govulncheck/testdata/strip/modules/vuln/vuln.go
package main import ( _ "golang.org/x/text/language" ) func main() {}
vuln
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vuln/cmd/govulncheck/testdata/strip/modules/vuln/go.sum
golang.org/x/text v0.3.0 h1:g61tztE5qeGQ89tm6NTjjM9VPIm088od1l6aSorWRWg= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
ID
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vuln/cmd/govulncheck/testdata/strip/vulndb-v1/ID/GO-2021-0113.json
{"schema_version":"1.3.1","id":"GO-2021-0113","modified":"2023-04-03T15:57:51Z","published":"2021-10-06T17:51:21Z","aliases":["CVE-2021-38561","GHSA-ppp9-7jff-5vj2"],"details":"Due to improper index calculation, an incorrectly formatted language tag can cause Parse to panic via an out of bounds read. If Parse is used t...
ID
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vuln/cmd/govulncheck/testdata/strip/vulndb-v1/ID/GO-2020-0015.json
{"schema_version":"1.3.1","id":"GO-2020-0015","modified":"2023-04-03T15:57:51Z","published":"2021-04-14T20:04:52Z","aliases":["CVE-2020-14040","GHSA-5rcv-m4m3-hfh7"],"summary":"Infinite loop when decoding some inputs in golang.org/x/text","details":"An attacker could provide a single byte to a UTF16 decoder instantiate...
index
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vuln/cmd/govulncheck/testdata/strip/vulndb-v1/index/modules.json
[{"path":"golang.org/x/text","vulns":[{"id":"GO-2020-0015","modified":"2023-04-03T15:57:51Z","fixed":"0.3.3"},{"id":"GO-2021-0113","modified":"2023-04-03T15:57:51Z","fixed":"0.3.7"}]}]
index
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vuln/cmd/govulncheck/testdata/strip/vulndb-v1/index/vulns.json
[{"id":"GO-2020-0015","modified":"2023-04-03T15:57:51Z","aliases":["CVE-2020-14040","GHSA-5rcv-m4m3-hfh7"]},{"id":"GO-2021-0113","modified":"2023-04-03T15:57:51Z","aliases":["CVE-2021-38561","GHSA-ppp9-7jff-5vj2"]}]
index
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vuln/cmd/govulncheck/testdata/strip/vulndb-v1/index/db.json
{"modified":"2023-04-03T15:57:51Z"}
binary
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vuln/cmd/govulncheck/testdata/strip/testfiles/binary/strip.ct
##### # Test for stripped binaries (see #57764) $ govulncheck -mode=binary ${strip_vuln_binary} --> FAIL 3 === Symbol Results === Vulnerability #1: GO-2021-0113 Due to improper index calculation, an incorrectly formatted language tag can cause Parse to panic via an out of bounds read. If Parse is used to proce...
stdlib
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vuln/cmd/govulncheck/testdata/stdlib/config.json
{ "fixups": [ { "pattern": "\\.go:(\\d+):(\\d+):", "replace": ".go:\u003cl\u003e:\u003cc\u003e:", "comment": " mask line and column with <l> and <c> placeholders, resp." }, { "pattern": "\\\"line\\\":(\\s)*(\\d+)", "replace": "\"line\": \u003cl\u003e", "comment": "modif...
stdlib
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vuln/cmd/govulncheck/testdata/stdlib/modules/stdlib/stdlib.go
package main import ( "io" "log" "net/http" ) func main() { // Hello world, the web server helloHandler := func(w http.ResponseWriter, req *http.Request) { io.WriteString(w, "Hello, world!\n") } http.HandleFunc("/hello", helloHandler) log.Fatal(http.ListenAndServe(":8080", nil)) // Test issue #66139 lo...
stdlib
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vuln/cmd/govulncheck/testdata/stdlib/modules/stdlib/go.mod
module golang.org/stdlib go 1.18
ID
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vuln/cmd/govulncheck/testdata/stdlib/vulndb-v1/ID/GO-2022-0969.json
{"schema_version":"1.3.1","id":"GO-2022-0969","modified":"2023-04-03T15:57:51Z","published":"2022-09-12T20:23:06Z","aliases":["CVE-2022-27664","GHSA-69cg-p879-7622"],"details":"HTTP/2 server connections can hang forever waiting for a clean shutdown that was preempted by a fatal error. This condition can be exploited by...
index
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vuln/cmd/govulncheck/testdata/stdlib/vulndb-v1/index/modules.json
[{"path":"stdlib","vulns":[{"id":"GO-2022-0969","modified":"2023-04-03T15:57:51Z","fixed":"1.19.1"}]}]
index
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vuln/cmd/govulncheck/testdata/stdlib/vulndb-v1/index/vulns.json
[{"id":"GO-2022-0969","modified":"2023-04-03T15:57:51Z","aliases":["CVE-2022-27664","GHSA-69cg-p879-7622"]}]
index
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vuln/cmd/govulncheck/testdata/stdlib/vulndb-v1/index/db.json
{"modified":"2023-04-03T15:57:51Z"}
binary
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vuln/cmd/govulncheck/testdata/stdlib/testfiles/binary/binary_old_go_text.ct
##### # Test verbose scanning with text output for a binary built # with an ancient Go version $ govulncheck -mode binary -show verbose ${moddir}/stdlib/old_dont_run_me --> FAIL 3 Scanning your binary for known vulnerabilities... Fetching vulnerabilities from the database... Checking the binary against the vulnerabil...
stdlib
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vuln/cmd/govulncheck/testdata/stdlib/testfiles/stdlib/query_stdlib_json.ct
##### # Test of query mode with the standard library. $ govulncheck -mode=query -format json stdlib@go1.17 { "config": { "protocol_version": "v1.0.0", "scanner_name": "govulncheck", "scanner_version": "v0.0.0-00000000000-20000101010101", "db": "testdata/vulndb-v1", "db_last_modified": "2023-04-03T...
stdlib
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vuln/cmd/govulncheck/testdata/stdlib/testfiles/stdlib/source_stdlib_text.ct
##### # Test finding stdlib vulnerability in source mode $ govulncheck -C ${moddir}/stdlib . --> FAIL 3 === Symbol Results === Vulnerability #1: GO-2022-0969 HTTP/2 server connections can hang forever waiting for a clean shutdown that was preempted by a fatal error. This condition can be exploited by a mal...
stdlib
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vuln/cmd/govulncheck/testdata/stdlib/testfiles/stdlib/source_stdlib_json.ct
##### # Test finding stdlib vulnerability in source mode with json output $ govulncheck -C ${moddir}/stdlib -format json . { "config": { "protocol_version": "v1.0.0", "scanner_name": "govulncheck", "scanner_version": "v0.0.0-00000000000-20000101010101", "db": "testdata/vulndb-v1", "db_last_modifie...
stdlib
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vuln/cmd/govulncheck/testdata/stdlib/testfiles/stdlib/query_vstdlib_json.ct
##### # Test of query mode with the standard library (with a v prefix on the version). $ govulncheck -mode=query -format json stdlib@v1.17.0 { "config": { "protocol_version": "v1.0.0", "scanner_name": "govulncheck", "scanner_version": "v0.0.0-00000000000-20000101010101", "db": "testdata/vulndb-v1", ...
nogomod
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vuln/cmd/govulncheck/testdata/nogomod/config.json
{ "copy": true, "skipBuild": true }
nogomod
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vuln/cmd/govulncheck/testdata/nogomod/modules/nogomod/vuln.go
package main import ( "fmt" "golang.org/x/text/language" ) func main() { fmt.Println("hello") language.Parse("") }
failures
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vuln/cmd/govulncheck/testdata/nogomod/testfiles/failures/source_fail.ct
##### # Test of missing go.mod error message. $ govulncheck -C ${moddir}/nogomod . --> FAIL 1 govulncheck: no go.mod file govulncheck only works with Go modules. Try navigating to your module directory. Otherwise, run go mod init to make your project a module. See https://go.dev/doc/modules/managing-dependencies for...
static
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vuln/cmd/govulncheck/static/govulncheck.css
/* * Copyright 2022 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. */ body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, 'Helvetica Neue', Arial, sans-serif; } ul { list-styl...
scan
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vuln/scan/scan.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 scan provides functionality for running govulncheck. See [cmd/govulncheck/main.go] as a usage example. [cmd/govulncheck/main.go]: https://go.google...
time
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/time/CONTRIBUTING.md
# Contributing to Go Go is an open source project. It is the work of hundreds of contributors. We appreciate your help! ## Filing issues When [filing an issue](https://golang.org/issue/new), make sure to answer these five questions: 1. What version of Go are you using (`go version`)? 2. What operating system and...
time
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/time/PATENTS
Additional IP Rights Grant (Patents) "This implementation" means the copyrightable works distributed by Google as part of the Go project. Google hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, o...
time
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/time/go.mod
module golang.org/x/time go 1.18
time
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/time/README.md
# Go Time [![Go Reference](https://pkg.go.dev/badge/golang.org/x/time.svg)](https://pkg.go.dev/golang.org/x/time) This repository provides supplementary Go time packages. ## Download/Install The easiest way to install is to run `go get -u golang.org/x/time`. You can also manually git clone the repository to `$GOPAT...
time
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/time/LICENSE
Copyright 2009 The Go Authors. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistrib...
rate
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/time/rate/rate.go
// Copyright 2015 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 rate provides a rate limiter. package rate import ( "context" "fmt" "math" "sync" "time" ) // Limit defines the maximum frequency of some even...
rate
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/time/rate/sometimes_test.go
// Copyright 2022 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 rate_test import ( "fmt" "math" "testing" "time" "golang.org/x/time/rate" ) func ExampleSometimes_once() { // The zero value of Sometimes behav...
rate
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/time/rate/rate_test.go
// Copyright 2015 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 rate import ( "context" "math" "sync" "sync/atomic" "testing" "time" ) func TestLimit(t *testing.T) { if Limit(10) == Inf { t.Errorf("Limit(1...
rate
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/time/rate/sometimes.go
// Copyright 2022 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 rate import ( "sync" "time" ) // Sometimes will perform an action occasionally. The First, Every, and // Interval fields govern the behavior of Do,...
vulndb
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/CONTRIBUTING.md
# Contributing to the Go Vulnerability Database Go is an open source project. It is the work of hundreds of contributors. We appreciate your help! ## Reporting a vulnerability To report a new *public* vulnerability, [open an issue](https://github.com/golang/vulndb/issues/new), send a GitHub PR, or mail a Gerrit CL....
vulndb
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/all_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 && !windows // +build go1.17,!windows package main import ( "context" "errors" "os" "os/exec" "path/filepath" "runtime" "sort" "stri...
vulndb
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/PATENTS
Additional IP Rights Grant (Patents) "This implementation" means the copyrightable works distributed by Google as part of the Go project. Google hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, o...
vulndb
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/checks.bash
#!/usr/bin/env bash # 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. # This file will be run by `go test`. # See all_test.go in this directory. go version # Ensure that installed go binaries are on the path. # ...
vulndb
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/go.mod
module golang.org/x/vulndb go 1.21 require ( cloud.google.com/go/errorreporting v0.3.0 cloud.google.com/go/firestore v1.14.0 cloud.google.com/go/secretmanager v1.11.4 github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.45.0 github.com/GoogleCloudPlatform/opentelemetry-operations-go/expo...
vulndb
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/README.md
# The Go Vulnerability Database [![Go Reference](https://pkg.go.dev/badge/golang.org/x/vulndb.svg)](https://pkg.go.dev/golang.org/x/vulndb) This repository contains the infrastructure and internal reports to create the [Go Vulnerability Database](https://vuln.go.dev). Check out [https://go.dev/security/vuln](https:/...
vulndb
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/go.sum
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.111.0 h1:YHLKNupSD1KqjDbQ3+LVdQ81h/UJbJyZG203cEfnQgM= cloud.google.com/go v0.111.0/go.mod h1:0mibmpKP1TyOOFYQY5izo0LnT+ecvOQ0Sg3OdmMiNRU= cloud.google.com/go/ai v0.3.0 h1:M617N0brv+XFch2KToZUhv6ggzgFZMUnmDkNQjW2pYg...
vulndb
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/tools_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 tools // +build tools package main import ( _ "github.com/client9/misspell/cmd/misspell" _ "honnef.co/go/tools/cmd/staticcheck" _ "mvdan.cc/unpa...
vulndb
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/LICENSE
Copyright 2009 The Go Authors. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistrib...
data
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/version.md
# Go Vulnerability Database generator version This file tracks modifications to the OSV generation. The `modified` timestamp of reports is set based on the timestamp of the last commit affecting this file. When making a change that affects the generator, add a new entry to the changelog below (most recent first). Do...
data
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/NOTICES
The Go Vulnerability Database includes information from the following sources: * The Common Vulnerabilities and Exposures database https://cve.mitre.org/about/termsofuse.html * The GitHub Advisory Database https://github.com/advisories
data
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/LICENSE
Creative Commons Attribution 4.0 International Public License By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/osv/GO-2024-2941.json
{ "schema_version": "1.3.1", "id": "GO-2024-2941", "modified": "0001-01-01T00:00:00Z", "published": "0001-01-01T00:00:00Z", "aliases": [ "GHSA-rvj4-q8q5-8grf" ], "summary": "ACME DNS: Azure Identity Libraries Elevation of Privilege Vulnerability in github.com/traefik/traefik", "details": "ACME DNS: ...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/osv/GO-2021-0113.json
{ "schema_version": "1.3.1", "id": "GO-2021-0113", "modified": "0001-01-01T00:00:00Z", "published": "2021-10-06T17:51:21Z", "aliases": [ "CVE-2021-38561", "GHSA-ppp9-7jff-5vj2" ], "summary": "Out-of-bounds read in golang.org/x/text/language", "details": "Due to improper index calculation, an inc...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/osv/GO-2024-2472.json
{ "schema_version": "1.3.1", "id": "GO-2024-2472", "modified": "0001-01-01T00:00:00Z", "published": "0001-01-01T00:00:00Z", "aliases": [ "CVE-2024-23332", "GHSA-57wx-m636-g3g8" ], "summary": "Go package github.com/notaryproject/notation configured with permissive trust policies potentially suscept...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/osv/GO-2020-0015.json
{ "schema_version": "1.3.1", "id": "GO-2020-0015", "modified": "0001-01-01T00:00:00Z", "published": "2021-04-14T20:04:52Z", "aliases": [ "CVE-2020-14040", "GHSA-5rcv-m4m3-hfh7" ], "summary": "Infinite loop when decoding some inputs in golang.org/x/text", "details": "An attacker could provide a s...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/osv/GO-2021-0263.json
{ "schema_version": "1.3.1", "id": "GO-2021-0263", "modified": "0001-01-01T00:00:00Z", "published": "2022-01-13T03:45:03Z", "aliases": [ "CVE-2021-41771" ], "summary": "Panic on invalid symbol tables in debug/macho", "details": "Calling File.ImportedSymbols on a loaded file which contains an invalid...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/osv/GO-2022-0519.json
{ "schema_version": "1.3.1", "id": "GO-2022-0519", "modified": "0001-01-01T00:00:00Z", "published": "2022-07-30T03:51:07Z", "aliases": [ "CVE-2022-31145", "GHSA-qwrj-9hmp-gpxh" ], "summary": "Improper validation of access tokens in github.com/flyteorg/flyteadmin", "details": "Improper validation...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/osv/GO-2024-2481.json
{ "schema_version": "1.3.1", "id": "GO-2024-2481", "modified": "0001-01-01T00:00:00Z", "published": "0001-01-01T00:00:00Z", "aliases": [ "CVE-2024-23827", "GHSA-xvq9-4vpv-227m" ], "summary": "Nginx-UI vulnerable to arbitrary file write through the Import Certificate feature in github.com/0xJacky/N...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/osv/GO-2023-2113.json
{ "schema_version": "1.3.1", "id": "GO-2023-2113", "modified": "0001-01-01T00:00:00Z", "published": "0001-01-01T00:00:00Z", "aliases": [ "CVE-2023-45142", "GHSA-rcjv-mgp8-qvmr" ], "related": [ "CVE-2022-21698", "CVE-2023-25151", "GHSA-5r5m-65gx-7vrh", "GHSA-cg3q-j54f-5p7p" ], "...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/osv/GO-2021-0319.json
{ "schema_version": "1.3.1", "id": "GO-2021-0319", "modified": "0001-01-01T00:00:00Z", "published": "2022-05-23T22:15:21Z", "aliases": [ "CVE-2022-23806" ], "summary": "Incorrect computation for some invalid field elements in crypto/elliptic", "details": "Some big.Int values that are not valid field...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/osv/GO-2024-2759.json
{ "schema_version": "1.3.1", "id": "GO-2024-2759", "modified": "0001-01-01T00:00:00Z", "published": "0001-01-01T00:00:00Z", "aliases": [ "CVE-2022-3799", "GHSA-fcgf-j8cf-h2rm" ], "summary": "IBAX go-ibax vulnerable to SQL injection in github.com/IBAX-io/go-ibax", "details": "IBAX go-ibax vulnera...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/osv/GO-2023-1842.json
{ "schema_version": "1.3.1", "id": "GO-2023-1842", "modified": "0001-01-01T00:00:00Z", "published": "0001-01-01T00:00:00Z", "aliases": [ "CVE-2023-29405" ], "summary": "Improper sanitization of LDFLAGS with embedded spaces in go command with cgo in cmd/go", "details": "The go command may execute arb...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/osv/GO-2021-0066.json
{ "schema_version": "1.3.1", "id": "GO-2021-0066", "modified": "0001-01-01T00:00:00Z", "published": "2021-04-14T20:04:52Z", "aliases": [ "CVE-2020-8564", "GHSA-8mjg-8c8g-6h85" ], "summary": "Sensitive information leak via log file in k8s.io/kubernetes", "details": "Attempting to read a malformed...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/osv/GO-2020-0014.json
{ "schema_version": "1.3.1", "id": "GO-2020-0014", "modified": "0001-01-01T00:00:00Z", "published": "2021-04-14T20:04:52Z", "aliases": [ "CVE-2018-17846", "GHSA-vfw5-hrgq-h5wf" ], "summary": "Infinite loop due to improper handling of \"select\" tags in golang.org/x/net/html", "details": "html.Pa...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/osv/GO-2021-0223.json
{ "schema_version": "1.3.1", "id": "GO-2021-0223", "modified": "0001-01-01T00:00:00Z", "published": "2022-02-17T17:46:03Z", "aliases": [ "CVE-2020-14039" ], "summary": "Certificate verification error on Windows in crypto/x509", "details": "On Windows, if VerifyOptions.Roots is nil, Certificate.Verif...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/osv/GO-2023-1883.json
{ "schema_version": "1.3.1", "id": "GO-2023-1883", "modified": "0001-01-01T00:00:00Z", "published": "0001-01-01T00:00:00Z", "aliases": [ "CVE-2023-34451", "GHSA-w24w-wp77-qffm" ], "summary": "Denial of service via OOM in github.com/cometbft/cometbft", "details": "A bug in the CometBFT middleware...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/osv/GO-2024-2433.json
{ "schema_version": "1.3.1", "id": "GO-2024-2433", "modified": "0001-01-01T00:00:00Z", "published": "0001-01-01T00:00:00Z", "aliases": [ "CVE-2023-46741", "GHSA-8h2x-gr2c-c275" ], "summary": "CubeFS leaks magic secret key when starting Blobstore access service in github.com/cubefs/cubefs", "deta...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/osv/GO-2024-2702.json
{ "schema_version": "1.3.1", "id": "GO-2024-2702", "modified": "0001-01-01T00:00:00Z", "published": "0001-01-01T00:00:00Z", "aliases": [ "CVE-2024-31457", "GHSA-gv3w-m57p-3wc4" ], "summary": "Code injection vulnerability in github.com/flipped-aurora/gin-vue-admin/server", "details": "Gin-vue-adm...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/osv/GO-2022-0379.json
{ "schema_version": "1.3.1", "id": "GO-2022-0379", "modified": "0001-01-01T00:00:00Z", "published": "2022-07-29T20:00:03Z", "aliases": [ "GHSA-qq97-vm5h-rrhg" ], "summary": "Type confusion in github.com/docker/distribution", "details": "Systems that rely on digest equivalence for image attestations ...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/osv/GO-2024-2938.json
{ "schema_version": "1.3.1", "id": "GO-2024-2938", "modified": "0001-01-01T00:00:00Z", "published": "0001-01-01T00:00:00Z", "aliases": [ "CVE-2024-5182", "GHSA-cpcx-r2gq-x893" ], "summary": "LocalAI path traversal vulnerability in github.com/go-skynet/LocalAI", "details": "LocalAI path traversal...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/osv/GO-2022-0537.json
{ "schema_version": "1.3.1", "id": "GO-2022-0537", "modified": "0001-01-01T00:00:00Z", "published": "2022-08-01T22:21:06Z", "aliases": [ "CVE-2022-32189" ], "summary": "Panic when decoding Float and Rat types in math/big", "details": "Decoding big.Float and big.Rat types can panic if the encoded mes...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/osv/GO-2022-0211.json
{ "schema_version": "1.3.1", "id": "GO-2022-0211", "modified": "0001-01-01T00:00:00Z", "published": "2022-07-01T20:15:30Z", "aliases": [ "CVE-2019-14809" ], "summary": "Incorrect parsing validation in net/url", "details": "The url.Parse function accepts URLs with malformed hosts, such that the Host ...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/osv/GO-2024-2872.json
{ "schema_version": "1.3.1", "id": "GO-2024-2872", "modified": "0001-01-01T00:00:00Z", "published": "0001-01-01T00:00:00Z", "aliases": [ "GHSA-2j6r-9vv4-6gf5" ], "summary": "github.com/bincyber/go-sqlcrypter vulnerable to IV collision", "details": "github.com/bincyber/go-sqlcrypter vulnerable to IV ...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/osv/GO-2024-2811.json
{ "schema_version": "1.3.1", "id": "GO-2024-2811", "modified": "0001-01-01T00:00:00Z", "published": "0001-01-01T00:00:00Z", "aliases": [ "CVE-2024-33398", "GHSA-6fg2-hvj9-832f" ], "summary": "piraeus-operator allows attacker to impersonate service account in github.com/piraeusdatastore/piraeus-ope...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/osv/GO-2023-2380.json
{ "schema_version": "1.3.1", "id": "GO-2023-2380", "modified": "0001-01-01T00:00:00Z", "published": "0001-01-01T00:00:00Z", "aliases": [ "CVE-2023-49292", "GHSA-8j98-cjfr-qx3h" ], "summary": "Private key recovery via invalid curve point in github.com/ecies/go/v2", "details": "An attacker may be ...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/osv/GO-2023-1295.json
{ "schema_version": "1.3.1", "id": "GO-2023-1295", "modified": "0001-01-01T00:00:00Z", "published": "0001-01-01T00:00:00Z", "aliases": [ "CVE-2020-36645", "GHSA-3hc7-2xcc-7p8f" ], "summary": "SQL injection in github.com/square/squalor", "details": "There is a potential for SQL injection in the t...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/osv/GO-2024-2854.json
{ "schema_version": "1.3.1", "id": "GO-2024-2854", "modified": "0001-01-01T00:00:00Z", "published": "0001-01-01T00:00:00Z", "aliases": [ "CVE-2022-36062", "GHSA-p978-56hq-r492" ], "summary": "Grafana folders admin only permission privilege escalation in github.com/grafana/grafana", "details": "G...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/osv/GO-2022-0492.json
{ "schema_version": "1.3.1", "id": "GO-2022-0492", "modified": "0001-01-01T00:00:00Z", "published": "2022-07-15T23:30:03Z", "aliases": [ "CVE-2022-25856", "GHSA-qpgx-64h2-gc3c" ], "summary": "Path traversal in github.com/argoproj/argo-events", "details": "GitArtifactReader is vulnerable to direc...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/osv/GO-2024-2478.json
{ "schema_version": "1.3.1", "id": "GO-2024-2478", "modified": "0001-01-01T00:00:00Z", "published": "0001-01-01T00:00:00Z", "aliases": [ "CVE-2023-52354", "GHSA-g4x3-mfpj-f335" ], "summary": "chasquid HTTP Request/Response Smuggling vulnerability in github.com/albertito/chasquid in blitiri.com.ar/...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/osv/GO-2024-2731.json
{ "schema_version": "1.3.1", "id": "GO-2024-2731", "modified": "0001-01-01T00:00:00Z", "published": "0001-01-01T00:00:00Z", "aliases": [ "GHSA-m99c-q26r-m7m7" ], "summary": "Evmos vulnerable to unauthorized account creation with vesting module in github.com/evmos/evmos", "details": "Evmos vulnerable...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/osv/GO-2023-1861.json
{ "schema_version": "1.3.1", "id": "GO-2023-1861", "modified": "0001-01-01T00:00:00Z", "published": "0001-01-01T00:00:00Z", "aliases": [ "GHSA-j2cr-jc39-wpx5", "GHSA-w44m-8mv2-v78h" ], "summary": "Cosmos \"Barberry\" vulnerability in github.com/cosmos/cosmos-sdk", "details": "The cosmos-sdk modu...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/osv/GO-2024-2856.json
{ "schema_version": "1.3.1", "id": "GO-2024-2856", "modified": "0001-01-01T00:00:00Z", "published": "0001-01-01T00:00:00Z", "aliases": [ "CVE-2022-39328", "GHSA-vqc4-mpj8-jxch" ], "summary": "Grafana Race condition allowing privilege escalation in github.com/grafana/grafana", "details": "Grafana...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/osv/GO-2022-0963.json
{ "schema_version": "1.3.1", "id": "GO-2022-0963", "modified": "0001-01-01T00:00:00Z", "published": "2022-09-02T18:37:03Z", "aliases": [ "CVE-2022-36078", "GHSA-4p6f-m4f9-ch88" ], "summary": "Resource exhaustion in github.com/gagliardetto/binary", "details": "A memory allocation vulnerability ca...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/osv/GO-2021-0234.json
{ "schema_version": "1.3.1", "id": "GO-2021-0234", "modified": "0001-01-01T00:00:00Z", "published": "2022-02-17T17:34:24Z", "aliases": [ "CVE-2021-27918" ], "summary": "Infinite loop when decoding inputs in encoding/xml", "details": "The Decode, DecodeElement, and Skip methods of an xml.Decoder prov...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/osv/GO-2022-0522.json
{ "schema_version": "1.3.1", "id": "GO-2022-0522", "modified": "0001-01-01T00:00:00Z", "published": "2022-07-20T17:02:29Z", "aliases": [ "CVE-2022-30632" ], "summary": "Stack exhaustion on crafted paths in path/filepath", "details": "Calling Glob on a path which contains a large number of path separ...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/osv/GO-2024-2694.json
{ "schema_version": "1.3.1", "id": "GO-2024-2694", "modified": "0001-01-01T00:00:00Z", "published": "0001-01-01T00:00:00Z", "aliases": [ "GHSA-j496-crgh-34mx" ], "summary": "Potential Reentrancy using Timeout Callbacks in ibc-hooks in github.com/cosmos/ibc-go", "details": "Potential Reentrancy using...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/osv/GO-2024-2512.json
{ "schema_version": "1.3.1", "id": "GO-2024-2512", "modified": "0001-01-01T00:00:00Z", "published": "0001-01-01T00:00:00Z", "aliases": [ "CVE-2024-24557", "GHSA-xw73-rw38-6vjc" ], "summary": "Classic builder cache poisoning in github.com/docker/docker", "details": "Classic builder cache poisonin...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/osv/GO-2023-1989.json
{ "schema_version": "1.3.1", "id": "GO-2023-1989", "modified": "0001-01-01T00:00:00Z", "published": "0001-01-01T00:00:00Z", "aliases": [ "CVE-2023-29408", "GHSA-x92r-3vfx-4cv3" ], "summary": "Excessive resource consumption in golang.org/x/image/tiff", "details": "The TIFF decoder does not place ...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/osv/GO-2020-0038.json
{ "schema_version": "1.3.1", "id": "GO-2020-0038", "modified": "0001-01-01T00:00:00Z", "published": "2021-04-14T20:04:52Z", "aliases": [ "CVE-2019-20786", "GHSA-7gfg-6934-mqq2" ], "summary": "Improper authentication in github.com/pion/dtls", "details": "Due to improper verification of packets, u...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/osv/GO-2024-2934.json
{ "schema_version": "1.3.1", "id": "GO-2024-2934", "modified": "0001-01-01T00:00:00Z", "published": "0001-01-01T00:00:00Z", "aliases": [ "CVE-2024-37904", "GHSA-hpcg-xjq5-g666" ], "summary": "Minder affected by denial of service from maliciously configured Git repository in github.com/stacklok/min...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/osv/GO-2024-2541.json
{ "schema_version": "1.3.1", "id": "GO-2024-2541", "modified": "0001-01-01T00:00:00Z", "published": "0001-01-01T00:00:00Z", "aliases": [ "CVE-2024-1402", "GHSA-32h7-7j94-8fc2" ], "summary": "Mattermost vulnerable to denial of service via large number of emoji reactions in github.com/mattermost/mat...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/osv/GO-2020-0024.json
{ "schema_version": "1.3.1", "id": "GO-2020-0024", "modified": "0001-01-01T00:00:00Z", "published": "2021-04-14T20:04:52Z", "aliases": [ "CVE-2013-10005", "GHSA-gxgj-xjcw-fv9p" ], "summary": "Infinite loop in github.com/btcsuite/go-socks", "details": "The RemoteAddr and LocalAddr methods on the ...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/osv/GO-2023-2409.json
{ "schema_version": "1.3.1", "id": "GO-2023-2409", "modified": "0001-01-01T00:00:00Z", "published": "0001-01-01T00:00:00Z", "aliases": [ "CVE-2023-50658", "GHSA-mhpq-9638-x6pw", "GHSA-6294-6rgp-fr7r" ], "summary": "Denial of service when decrypting attacker controlled input in github.com/dvsek...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/osv/GO-2023-1578.json
{ "schema_version": "1.3.1", "id": "GO-2023-1578", "modified": "0001-01-01T00:00:00Z", "published": "0001-01-01T00:00:00Z", "aliases": [ "CVE-2023-0475", "GHSA-jpxj-2jvg-6jv9" ], "summary": "Denial of service in github.com/hashicorp/go-getter/v2", "details": "HashiCorp go-getter is vulnerable to...
osv
/home/linuxreitt/Michinereitt/Tuning/Workshop_Scripts/hf-codegen/data/golang_public_repos/vulndb/data/osv/GO-2023-1567.json
{ "schema_version": "1.3.1", "id": "GO-2023-1567", "modified": "0001-01-01T00:00:00Z", "published": "0001-01-01T00:00:00Z", "aliases": [ "CVE-2022-28923", "GHSA-qpm3-vr34-h8w8" ], "summary": "Open redirect in github.com/caddyserver/caddy/v2", "details": "Due to improper request sanitization, a c...