VYPR

go.dev

by Golang

golang: go.dev

CVEs (1)

  • CVE-2023-45285HigDec 6, 2023
    risk 0.49cvss 7.5epss 0.01

    Using go get to fetch a module with the ".git" suffix may unexpectedly fallback to the insecure "git://" protocol if the module is unavailable via the secure "https://" and "git+ssh://" protocols, even if GOINSECURE is not set for said module. This only affects users who are not…