Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
4 changes: 2 additions & 2 deletions workshop-2020/workshop.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- Analyzed language: C/C++

If you are attending this workshop at GitHub Universe, or watching a recording, the facilitators will guide you through the steps below. You can use this document as a written reference.
If you are attending this workshop at GitHub Universe, or watching [the recording](https://www.youtube.com/watch?v=eAjecQrfv3o), the facilitators will guide you through the steps below. You can use this document as a written reference.

## Overview

Expand Down Expand Up @@ -55,7 +55,7 @@ When you have completed setup, you should have:
1. Cloned this repository with `git clone --recursive`.
1. Opened this repository in VS Code.
1. Downloaded, imported, and selected the [`codeql-cpp-workshop-uaf`](https://github.com/githubuniverseworkshops/codeql/releases/download/universe-2020/codeql-cpp-workshop-uaf.zip) CodeQL database from within VS Code.
1. A `workshop-queries` folder within your workspace, containing an example query.
1. A `workshop-2020` folder within your workspace, containing an example query named `example.ql`.
1. A `codeql` folder within your workspace, containing the CodeQL standard libraries for most target languages.
1. A copy of this `workshop.md` guide in your workspace.
1. Open the query `workshop-queries/example.ql` and try running it!
Expand Down
2 changes: 2 additions & 0 deletions workshop-2021/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

<h5 align="center">@adityasharad and @pwntester, moderated by @aeisenberg @jkcso @jf205 @xcorail</h5>

If you are attending this workshop at GitHub Universe, or watching [the recording](https://www.youtube.com/watch?v=h3f1s8ACfPo), the facilitators will guide you through the steps below. You can use this document as a written reference.

## Prerequisites and setup instructions <a id="setup"></a>

Please complete this section before the workshop, if possible.
Expand Down