Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 500 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 500 Bytes

Overview

Not Go-ing Anywhere is a set of vulnerable Golang programs meant to show common vulnerabilities and provide a test bed for users to find, fix, and remediate Golang vulnerabilities.

It is modeled on our not so smart contracts repository, and includes a mix of two types of programs:

  • a wholistic ecosystem of vulnerablities using gRPC, Web, and database/sql and
  • a set of focused programs meant to demo common Golang issues we see