Change from codeql v2.7.6 to codeql v2.9.3

This commit is contained in:
Michael Hohn
2022-08-03 10:27:03 -07:00
committed by =Michael Hohn
parent f64503ae1d
commit 48dede015c
2 changed files with 8 additions and 4 deletions

View File

@@ -4,11 +4,11 @@
"path": "." "path": "."
}, },
{ {
"path": "../codeql-2.7.6/codeql" "path": "../codeql-v2.9.3/ql"
}, },
{ {
"name": "[cpp-sqli-dd664fe source archive]", "name": "[cpp-sqli-3fe610d source archive]",
"uri": "codeql-zip-archive://0-72/Users/hohn/local/codeql-dataflow-sql-injection/cpp-sqli-dd664fe/src.zip" "uri": "codeql-zip-archive://0-72/Users/hohn/local/codeql-dataflow-sql-injection/cpp-sqli-3fe610d/src.zip"
} }
], ],
"settings": { "settings": {

View File

@@ -1,3 +1,7 @@
name: cpp-sql-injection name: cpp-sql-injection
version: 0.0.0 version: 0.0.0
libraryPathDependencies: codeql-cpp dependencies:
# This uses the latest version of the codeql/cpp-all library.
# You may want to change to a more precise semver string.
codeql/cpp-all: "*"