mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Add qlpack.json files
Eventually these files will subsume the current `queries.xml` files at the top of query-containing and library directories. For now they're just here to support internal testing of the tooling support for them we're writing on. Format and contents is a work in progress. If you're not in Semmle, don't depend on anything here making sense (or staying stable) until you see the version tags increase to something nonzero.
This commit is contained in:
5
cpp/ql/src/qlpack.json
Normal file
5
cpp/ql/src/qlpack.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "codeql-cpp",
|
||||
"version": "0.0.0",
|
||||
"dbscheme": "semmlecode.cpp.dbscheme"
|
||||
}
|
||||
5
csharp/ql/src/qlpack.json
Normal file
5
csharp/ql/src/qlpack.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "codeql-csharp",
|
||||
"version": "0.0.0",
|
||||
"dbscheme": "semmlecode.csharp.dbscheme"
|
||||
}
|
||||
5
java/ql/src/qlpack.json
Normal file
5
java/ql/src/qlpack.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "codeql-java",
|
||||
"version": "0.0.0",
|
||||
"dbscheme": "config/semmlecode.dbscheme"
|
||||
}
|
||||
5
javascript/ql/src/qlpack.json
Normal file
5
javascript/ql/src/qlpack.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "codeql-javascript",
|
||||
"version": "0.0.0",
|
||||
"dbscheme": "semmlecode.javascript.dbscheme"
|
||||
}
|
||||
5
misc/legacy-support/cpp/qlpack.json
Normal file
5
misc/legacy-support/cpp/qlpack.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "legacy-libraries-cpp",
|
||||
"version": "0.0.0",
|
||||
"libraryPathDependencies": ["codeql-cpp"]
|
||||
}
|
||||
5
misc/legacy-support/csharp/qlpack.json
Normal file
5
misc/legacy-support/csharp/qlpack.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "legacy-libraries-csharp",
|
||||
"version": "0.0.0",
|
||||
"libraryPathDependencies": ["codeql-csharp"]
|
||||
}
|
||||
5
misc/legacy-support/java/qlpack.json
Normal file
5
misc/legacy-support/java/qlpack.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "legacy-libraries-java",
|
||||
"version": "0.0.0",
|
||||
"libraryPathDependencies": ["codeql-java"]
|
||||
}
|
||||
5
misc/legacy-support/javascript/qlpack.json
Normal file
5
misc/legacy-support/javascript/qlpack.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "legacy-libraries-javascript",
|
||||
"version": "0.0.0",
|
||||
"libraryPathDependencies": ["codeql-javascript"]
|
||||
}
|
||||
5
misc/legacy-support/python/qlpack.json
Normal file
5
misc/legacy-support/python/qlpack.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "legacy-libraries-python",
|
||||
"version": "0.0.0",
|
||||
"libraryPathDependencies": ["codeql-python"]
|
||||
}
|
||||
5
python/ql/src/qlpack.json
Normal file
5
python/ql/src/qlpack.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "codeql-python",
|
||||
"version": "0.0.0",
|
||||
"dbscheme": "semmlecode.python.dbscheme"
|
||||
}
|
||||
Reference in New Issue
Block a user