GitXplorerGitXplorer
g

codeql-ctf-go-return

public
7 stars
1 forks
1 issues

Commits

List of commits on branch main.
Unverified
1655c03cf7b3ac5dbdc3434a9e560cbf9a684510

Fix markdown

ssmowton committed 4 years ago
Unverified
3da504566cfc80a4a47cadba03ee364ae720109c

Add contest URL

ssmowton committed 4 years ago
Verified
49ed5c48f0bfabe39773d22707f8dfa2d070c2cb

Create README.md

ssmowton committed 4 years ago
Verified
2ea6f6cc3b1e98f9ea55cca2d29b64ad7b26fda8

Create SECURITY.md

ssmowton committed 4 years ago
Verified
1608f2c67b429478c27997337fe1a6f7e1bc1f63

Create CONTRIBUTING.md

ssmowton committed 4 years ago
Verified
8081f1d8b520917e5933c3e444a09111ef69667d

Create CODE_OF_CONDUCT.md

ssmowton committed 4 years ago

README

The README file for this repository.

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.

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.