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
371 forks
Language: Go
last commit: 6 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,071 |
pungyeon/clean-go-article | A resource for writing clean and maintainable Go code | 2,957 |
thewhitetulip/web-dev-golang-anti-textbook | A tutorial-based guide to writing web applications in Go without using a framework. | 3,184 |
teh-cmc/go-internals | A book about the internals of the Go programming language | 7,828 |
owasp/wstg | A comprehensive guide to testing the security of web applications and services | 7,338 |
fallibleinc/security-guide-for-developers | A comprehensive security guide for developers to help create more secure systems | 20,923 |
wailsapp/wails | Enables Go programmers to build desktop applications with integrated web frontends | 25,392 |
securego/gosec | A tool that scans Go source code for potential security vulnerabilities | 7,852 |
owasp/cheatsheetseries | Provides concise security guidance for web application developers | 28,160 |
nsf/gocode | An autocompletion daemon for the Go programming language | 5,011 |
grpc/grpc-go | A high-performance RPC framework that supports mobile and HTTP/2-based communication. | 21,100 |
webgoat/webgoat | An intentionally flawed web application used to teach security lessons and demonstrate common vulnerabilities. | 7,036 |
simonwaldherr/golang-examples | Provides examples and resources to help software developers learn and practice Go programming language skills. | 1,579 |
maxence-charriere/go-app | A framework for building web applications with Go, supporting progressive web apps and WebAssembly. | 7,968 |
golang/tools | Provides tools and packages for static analysis and code transformation of Go programs. | 7,401 |