Skip to content

Commit 4292dd4

Browse files
committed
Add links to workshop database zip
1 parent 9aa8308 commit 4292dd4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
git submodule --init --remote
2323
```
2424
- Open the repository in Visual Studio Code: **File** > **Open Folder** > Browse to the checkout of `githubuniverseworkshops/codeql`.
25-
- Import the [CodeQL database](TODO) to be used in the workshop:
25+
- Import the [CodeQL database](https://github.com/githubuniverseworkshops/codeql/releases/download/universe-2020/codeql-cpp-workshop-uaf.zip) to be used in the workshop:
2626
- Click the **CodeQL** rectangular icon in the left sidebar.
2727
- Place your mouse over **Databases**, and click the icon labelled `Download Database`.
28-
- Use this URL: **TODO**.
28+
- Copy and paste this URL into the box: https://github.com/githubuniverseworkshops/codeql/releases/download/universe-2020/codeql-cpp-workshop-uaf.zip
2929
- Click on the database name, and click **Set Current Database**.
3030
- You're ready! Proceed to the [workshop](workshop.md).
3131

workshop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ When you have completed setup, you should have:
5454
1. Installed the [CodeQL extension for Visual Studio Code](https://help.semmle.com/codeql/codeql-for-vscode.html).
5555
1. Cloned this repository with `git clone --recursive`.
5656
1. Opened this repository in VS Code.
57-
1. Downloaded, imported, and selected the `use-after-free-example` CodeQL database from within VS Code.
57+
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.
5858
1. A `workshop-queries` folder within your workspace, containing an example query.
5959
1. A `codeql` folder within your workspace, containing the CodeQL standard libraries for most target languages.
6060
1. A copy of this `workshop.md` guide in your workspace.

0 commit comments

Comments
 (0)