Skip to content

Commit 49ed5c4

Browse files
authored
Create README.md
1 parent 2ea6f6c commit 49ed5c4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# codeql-ctf-go-return
2+
Extension project for the Go and Don't Return CodeQL CTF
3+
4+
This repository is intended for use by contestants in the March 2021 CodeQL CTF. If you are unfamiliar, first read the [todo-insert-url](contest documentation).
5+
6+
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.
7+
8+
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.
9+
10+
These examples are licensed under CC0. See the LICENSE file for full details.

0 commit comments

Comments
 (0)