https://github.com/trailofbits/not-going-anywhere
A set of vulnerable Golang programs
https://github.com/trailofbits/not-going-anywhere
Last synced: 10 months ago
JSON representation
A set of vulnerable Golang programs
- Host: GitHub
- URL: https://github.com/trailofbits/not-going-anywhere
- Owner: trailofbits
- License: apache-2.0
- Created: 2020-06-15T22:10:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-05T20:57:49.000Z (almost 3 years ago)
- Last Synced: 2024-12-10T00:40:27.006Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 10.7 MB
- Stars: 175
- Watchers: 35
- Forks: 31
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/crytic/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