Documentation ¶
Overview ¶
Package cvelistrepo supports working with the repo containing the list of CVEs.
Index ¶
Constants ¶
View Source
const ( URLv4 = "https://github.com/CVEProject/cvelist" URLv5 = "https://github.com/CVEProject/cvelistV5" )
URLs of the CVE project list repos.
Variables ¶
View Source
var ( TestCVEsToModules = map[string]string{ "CVE-2020-9283": "golang.org/x/crypto", "CVE-2021-27919": "archive/zip", "CVE-2021-3115": "cmd/go", "CVE-2022-39213": "github.com/pandatix/go-cvss", "CVE-2023-44378": "github.com/Consensys/gnark", "CVE-2023-45141": "github.com/gofiber/fiber", "CVE-2024-2056": "github.com/gvalkov/tailon", "CVE-2024-33522": "github.com/projectcalico/calico", "CVE-2024-21527": "github.com/gotenberg/gotenberg", "CVE-2020-7668": "github.com/unknwon/cae/tz", "CVE-2024-21583": "github.com/gitpod-io/gitpod", "CVE-2024-3094": "github.com/amlweems/xzbot", "CVE-2023-29407": "golang.org/x/image", "CVE-2023-45283": "path/filepath", "CVE-2023-45285": "cmd/go", "CVE-2023-45286": "github.com/go-resty/resty/v2", } TestCVEs = maps.Keys(TestCVEsToModules) )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.