Skip to content

Commit 7b1daa9

Browse files
committed
updates for pack lock
1 parent f3b703a commit 7b1daa9

3 files changed

Lines changed: 16 additions & 9 deletions

File tree

codeql-dataflow-sql-injection.code-workspace

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,10 @@
22
"folders": [
33
{
44
"path": "."
5-
},
6-
{
7-
"path": "../codeql-v2.9.3/ql"
8-
},
9-
{
10-
"name": "[cpp-sqli-3fe610d source archive]",
11-
"uri": "codeql-zip-archive://0-72/Users/hohn/local/codeql-dataflow-sql-injection/cpp-sqli-3fe610d/src.zip"
125
}
136
],
147
"settings": {
15-
"codeQL.runningQueries.autoSave": true,
16-
"sarif-viewer.connectToGithubCodeScanning": "off"
8+
"codeQL.runningQueries.autoSave": true,
9+
"makefile.configureOnOpen": false
1710
}
1811
}

codeql-pack.lock.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
lockVersion: 1.0.0
3+
dependencies:
4+
codeql/cpp-all:
5+
version: 0.9.1
6+
codeql/dataflow:
7+
version: 0.0.2
8+
codeql/ssa:
9+
version: 0.1.3
10+
codeql/tutorial:
11+
version: 0.1.3
12+
codeql/util:
13+
version: 0.1.3
14+
compiled: false

cpp-sqli-c1b3c8d/db-cpp/default/cache/is-trimmed

Whitespace-only changes.

0 commit comments

Comments
 (0)