Replace an odd queries.xml with qlpack.yml

This one C++ test has its own `queries.xml` to make "outside-of-source" path filtering work, as detailed in commit 2550788598. I've replaced the `queries.xml` with `qlpack.yml`, added a comment, and added that pack to the `.codeqlmanifest.json` at the root of the repo. This will allow the library dependencies of this pack to be resolved without the need for a `--search-path` option with the upcoming packaging changes.
This commit is contained in:
Dave Bartolomeo
2021-06-06 09:04:18 -04:00
parent 37377644c9
commit ac3ded7d5a
3 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
# This directory has its own qlpack for reasons detailed in commit 2550788598010fa2117274607c9d58f64f997f34
name: codeql-cpp-tests-cwe-190-tainted
version: 0.0.0
libraryPathDependencies: codeql-cpp
extractor: cpp
tests: .

View File

@@ -1 +0,0 @@
<queries language="cpp"/>