← Back to CVE List

CVE-2023-45285

Published: 2023-12-06T17:15Z
Last Modified: 2024-11-21T08:26Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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 using the module proxy and are fetching modules directly (i.e. GOPROXY=off). > MITRE Terms of Use apply – see LICENSE‑MITRE.txt