https://github.com/github/codeql-ctf-go-return
Extension project for the Go and Don't Return CodeQL CTF
https://github.com/github/codeql-ctf-go-return
keep
Last synced: 5 months ago
JSON representation
Extension project for the Go and Don't Return CodeQL CTF
- Host: GitHub
- URL: https://github.com/github/codeql-ctf-go-return
- Owner: github
- License: cc0-1.0
- Created: 2021-02-18T08:55:45.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-17T10:52:13.000Z (about 4 years ago)
- Last Synced: 2025-01-30T07:42:45.064Z (about 1 year ago)
- Topics: keep
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# codeql-ctf-go-return
Extension project for the Go and Don't Return CodeQL CTF
This repository is intended for use by contestants in the March 2021 CodeQL CTF. If you are unfamiliar, first read the [contest documentation](https://securitylab.github.com/ctf/go-and-dont-return).
This is a set of example programs that exhibit coding mistakes similar to CVE-2020-11012 found in MinIO, but which are in various ways trickier to accurately detect than the original MinIO bug. See the contest documentation linked above for instructions on building a CodeQL database for these examples and identifying bugs in them.
If you notice any errors or omissions that don't appear related to the intentional bugs that are the target of the contest, see CONTRIBUTING.md for instructions on submitting pull requests.
These examples are licensed under CC0. See the LICENSE file for full details.