GitXplorerGitXplorer
g

codeql-ctf-go-return

public
8 stars
1 forks
1 issues

Commits

List of commits on branch main.
Verified
6b4d5f65c768a352fe5b860bf09cdfa226378a70

Merge pull request #3 from smowton/smowton/fix/misleading-comment

ssmowton committed 3 years ago
Unverified
b9a430471a6d7eb2fe2ac2ec6856e2a1d1a1f70b

Fix misleading comment in logicalOperators.go; expand on others

ssmowton committed 3 years ago
Verified
285c12761540e76dc9320c8181fb95a51e14d5df

Merge pull request #2 from smowton/fix-typo

xxcorail committed 3 years ago
Verified
871eaaee7e92076d1f9c181524b2da1ff47f8fcd

Merge pull request #1 from smowton/fix-logical-operators-task

xxcorail committed 3 years ago
Unverified
cb8025b4868fe8519176755482d375fcca662b79

Fix typo

ssmowton committed 3 years ago
Unverified
fe0398dd3af52abd74238f6da4501f7ee2cb4e44

Fix logical operators task.

ssmowton committed 3 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.