diff --git a/codeql-dataflow-sql-injection.md b/codeql-dataflow-sql-injection.md index 87e8c06..fa041d3 100644 --- a/codeql-dataflow-sql-injection.md +++ b/codeql-dataflow-sql-injection.md @@ -3,10 +3,10 @@ --> # CodeQL Tutorial for C/C++: Data Flow and SQL Injection -xx: -md_toc github < codeql-dataflow-sql-injection.md - -md_toc github < codeql-dataflow-sql-injection.md + - [CodeQL Tutorial for C/C++: Data Flow and SQL Injection](#codeql-tutorial-for-cc-data-flow-and-sql-injection) - [Setup Instructions](#setup-instructions) @@ -67,7 +67,7 @@ If you get stuck, try searching our documentation and blog posts for help and id ## Codeql Recap This is a brief review of codeql taken from the [full introduction](https://git.io/JJqdS). For more details, see the [documentation -links](#documentation-links). +links](#documentation-links). We will revisit all of this during the tutorial. ### from, where, select Recall that codeql is a declarative language and a basic query is defined by a @@ -417,8 +417,8 @@ To illustrate the dataflow for this problem, we have a [collection of slides](ht for this workshop. ## Tutorial: Sources, Sinks and Flow Steps -XX: