mirror of
https://github.com/hohn/codeql-dataflow-sql-injection.git
synced 2025-12-16 18:23:05 +01:00
Change from codeql v2.7.6 to codeql v2.9.3
This commit is contained in:
committed by
=Michael Hohn
parent
f64503ae1d
commit
48dede015c
@@ -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": {
|
||||||
|
|||||||
@@ -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: "*"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user