https://github.com/khulnasoft-lab/govuln
https://github.com/khulnasoft-lab/govuln
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/khulnasoft-lab/govuln
- Owner: khulnasoft-lab
- License: apache-2.0
- Created: 2023-09-27T04:18:33.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-20T16:25:21.000Z (9 months ago)
- Last Synced: 2025-01-26T14:09:10.219Z (4 months ago)
- Language: Go
- Size: 214 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 10
-
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