Skip to content

Commit 48dede0

Browse files
committed
Change from codeql v2.7.6 to codeql v2.9.3
1 parent f64503a commit 48dede0

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

codeql-dataflow-sql-injection.code-workspace

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"path": "."
55
},
66
{
7-
"path": "../codeql-2.7.6/codeql"
7+
"path": "../codeql-v2.9.3/ql"
88
},
99
{
10-
"name": "[cpp-sqli-dd664fe source archive]",
11-
"uri": "codeql-zip-archive://0-72/Users/hohn/local/codeql-dataflow-sql-injection/cpp-sqli-dd664fe/src.zip"
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"
1212
}
1313
],
1414
"settings": {

qlpack.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
name: cpp-sql-injection
22
version: 0.0.0
3-
libraryPathDependencies: codeql-cpp
3+
dependencies:
4+
# This uses the latest version of the codeql/cpp-all library.
5+
# You may want to change to a more precise semver string.
6+
codeql/cpp-all: "*"
7+

0 commit comments

Comments
 (0)