Michael Hohn
2023-08-16 14:17:31 -07:00
committed by =Michael Hohn
commit ddb5e545ff
16 changed files with 969 additions and 0 deletions

7
README.org Normal file
View File

@@ -0,0 +1,7 @@
* SQL injection example
This is an introductory codeql workshop for Java.
1. The problem and its source code are in [[./src]] along with a full description in
[[./src/README.org]].
2. The developed queries are in [[./solutions]] and their tests in [[./tests]]. The
derivation of those queries is described in [[./solutions/README.org]]