Golang Audit Checklist
These are broad questions I ask and points I check from a security-oriented perspective on each Golang project that I audit. Static analysisRun code through gosec checkRun golangci-lint against codeRun Docker security checksLinters and styleAre they using a linter?Are they using a style guide, and if they are, are