Skip to content

Commit 3923acb

Browse files
authored
Merge pull request github#6017 from github/dbartol/pack/extra-queries-xml
C++: Replace an odd `queries.xml` with `qlpack.yml`
2 parents 96da854 + ac3ded7 commit 3923acb

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.codeqlmanifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{ "provide": [ "*/ql/src/qlpack.yml",
22
"*/ql/test/qlpack.yml",
3+
"cpp/ql/test/query-tests/Security/CWE/CWE-190/semmle/tainted/qlpack.yml",
34
"*/ql/examples/qlpack.yml",
45
"*/upgrades/qlpack.yml",
56
"misc/legacy-support/*/qlpack.yml",
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# This directory has its own qlpack for reasons detailed in commit 2550788598010fa2117274607c9d58f64f997f34
2+
name: codeql-cpp-tests-cwe-190-tainted
3+
version: 0.0.0
4+
libraryPathDependencies: codeql-cpp
5+
extractor: cpp
6+
tests: .

cpp/ql/test/query-tests/Security/CWE/CWE-190/semmle/tainted/queries.xml

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)