Go-SCP
Security Guide
A comprehensive guide to secure coding practices for the Go programming language
Golang Secure Coding Practices guide
5k stars
129 watching
374 forks
Language: Go
last commit: 8 months ago
Linked from 2 awesome lists
appsecgolang
Related projects:
Repository | Description | Stars |
---|---|---|
golang/go | A programming language designed to build simple, reliable, and efficient software | 124,564 |
pungyeon/clean-go-article | A resource for writing clean and maintainable Go code | 2,964 |
thewhitetulip/web-dev-golang-anti-textbook | A tutorial-based guide to writing web applications in Go without using a framework. | 3,186 |
teh-cmc/go-internals | A comprehensive resource for understanding the inner workings of the Go programming language | 7,836 |
owasp/wstg | A comprehensive guide to testing the security of web applications and services | 7,431 |
fallibleinc/security-guide-for-developers | A comprehensive security guide for developers to help create more secure systems | 20,950 |
wailsapp/wails | Enables Go programmers to build desktop applications with integrated web frontends | 25,855 |
securego/gosec | A tool that scans Go source code for potential security vulnerabilities | 7,894 |
owasp/cheatsheetseries | Provides concise security guidance for web application developers | 28,396 |
nsf/gocode | An autocompletion daemon for the Go programming language | 5,014 |
grpc/grpc-go | A high-performance RPC framework that supports mobile and HTTP/2-based communication. | 21,208 |
webgoat/webgoat | An intentionally flawed web application used to teach security lessons and demonstrate common vulnerabilities. | 7,096 |
simonwaldherr/golang-examples | Provides examples and resources to help software developers learn and practice Go programming language skills. | 1,584 |
maxence-charriere/go-app | A framework for building web applications with Go, supporting progressive web apps and WebAssembly. | 8,027 |
golang/tools | Provides tools and packages for static analysis and code transformation of Go programs. | 7,430 |