Update docs/language/learn-ql/ql-training.rst

Co-Authored-By: shati-semmle <42641846+shati-semmle@users.noreply.github.com>
(cherry picked from commit 1f67d71f5f)
This commit is contained in:
jf205
2019-09-05 14:29:11 +01:00
committed by james
parent 1c0db5dce8
commit 20df58f400

View File

@@ -48,7 +48,7 @@ QL and variant analysis for Java
--------------------------------
- `Introduction to variant analysis: QL for Java <../ql-training/java/intro-ql-java.html>`__an introduction to variant analysis and QL for Java programmers.
- `Example: Query injection <../ql-training/java/query-injection-java.html>`__an example of iterative query development to find unsanitized SPARQL injection in a Java project.
- `Example: Query injection <../ql-training/java/query-injection-java.html>`__an example of iterative query development to find unsanitized SPARQL injections in a Java project.
- `Program representation: QL for Java <../ql-training/java/program-representation-java.html>`__information on how QL analysis represents Java programs.
- `Introduction to local data flow <../ql-training/java/data-flow-java.html>`__an introduction to analyzing local data flow in Java using QL, including an example demonstrating how to develop a query to find a real CVE.
- `Exercise: Apache Struts <../ql-training/java/apache-struts-java.html>`__an example demonstrating how to develop a data flow query.