Extension project for the Go and Don't Return CodeQL CTF
Перейти к файлу
Chris Smowton 6b4d5f65c7
Merge pull request #3 from smowton/smowton/fix/misleading-comment
Fix misleading comment in logicalOperators.go; expand on others
2021-03-26 09:37:06 +00:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2021-02-18 09:10:44 +00:00
CONTRIBUTING.md Create CONTRIBUTING.md 2021-02-18 09:17:17 +00:00
LICENSE Add License 2021-02-18 09:06:27 +00:00
README.md Fix markdown 2021-03-05 08:11:01 +00:00
SECURITY.md Create SECURITY.md 2021-02-18 09:19:33 +00:00
checkReturnValue.go Fix typo 2021-03-22 10:55:16 +00:00
conditionalPolarities.go Initial commit 2021-02-18 08:57:04 +00:00
logicalOperators.go Fix misleading comment in logicalOperators.go; expand on others 2021-03-26 09:35:45 +00:00
moreWaysToReturn.go Initial commit 2021-02-18 08:57:04 +00:00
utils.go Initial commit 2021-02-18 08:57:04 +00:00
wrapperFunctions.go Initial commit 2021-02-18 08:57:04 +00:00

README.md

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.