first presentation version

This commit is contained in:
Michael Hohn
2021-10-05 12:33:34 -07:00
committed by =Michael Hohn
parent 450823307c
commit c3c1b06736
6 changed files with 201 additions and 324 deletions

13
cpp-sqli.code-workspace Normal file
View File

@@ -0,0 +1,13 @@
{
"folders": [
{
"path": "."
},
{
"path": "../../../vmsync/ql"
}
],
"settings": {
"codeQL.runningQueries.autoSave": true
}
}