Tag
golang
Safeguard articles tagged "golang" — guides, analysis, and best practices for software supply chain and application security.
27 articles
Vulnerability Analysis
CVE-2020-29652: Denial of service in golang.org/x/crypto/...
A pre-auth nil pointer dereference in golang.org/x/crypto/ssh let a single crafted request crash Go SSH servers. Here's the impact, fix, and remediation path.
Sep 16, 20258 min read
Vulnerability Analysis
CVE-2021-43565: Denial of service in golang.org/x/crypto/...
A crafted SSH packet could crash Go services using golang.org/x/crypto/ssh before the December 2021 fix. What's affected, the severity context, and how to remediate.
Sep 16, 20257 min read
Dependency Security
Golang Module Security and Verification
Securing your Go module supply chain with checksum databases, GOPROXY, and vendor directories.
Jul 22, 20235 min read