Finding and fixing known vulnerabilities in Go
Official guide for vulnerability detection, interpretation, and remediation in Go code and dependencies.
Official guide for vulnerability detection, interpretation, and remediation in Go code and dependencies.
- Author: Go Team
- Authority: primary
- Kind: guide
- URL: https://go.dev/doc/security/vuln/
What it covers
- vulnerability database workflow
- interpreting known vulnerability reports
- remediation strategy for Go modules and binaries
Why authoritative
Official Go Team security guide for known vulnerability handling.
Use when
- how do I check this Go code for known vulnerabilities
- what is the official Go vulnerability workflow
- should I run govulncheck here
Keywords
- vulnerabilities, security, govulncheck, dependencies, Go security