Golang code review notes II
Summary
Golang code review notes II surveys Go security footguns and changes that affect auditing and secure coding. It covers silent integer overflows, reverse proxy header handling, URL mutation, null-termination boundary issues across CGO, JSON marshalling pitfalls, and CSRF misconfigurations, with practical fixes and Semgrep rules.