Presentation
8 Best Practices for Writing Secure Go Code
Learn 8 for writing secure code in Golang from engineers at Snyk. Learn 8 for writing secure code in Golang from engineers at Snyk.
» The 8 Best Practices
The video will explain each of these suggested best practices for securing Golang code from Snyk.
1. Use reflection sparingly
2. Defend against injection
3. Use HTML/template
4. Subshelling
5. Vulnerability scanning
6. Avoid unsafe
and cgo
7. Use standard crypto packages
8. Minimize the container attack surface