Coderockr / backstage

Coderockr's recommended tools and components for development
8 stars 1 forks source link

govulncheck - Vulnerability Management for Go #201

Open lucassabreu opened 1 year ago

lucassabreu commented 1 year ago

Go provides tooling to analyze your codebase and surface known vulnerabilities. This tooling is backed by the Go vulnerability database, which is curated by the Go security team. Go’s tooling reduces noise in your results by only surfacing vulnerabilities in functions that your code is actually calling.


https://go.dev/blog/vuln