mirror of
https://github.com/github/codeql.git
synced 2026-05-03 04:39:29 +02:00
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:
@@ -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: .
|
||||
@@ -1 +0,0 @@
|
||||
<queries language="cpp"/>
|
||||
Reference in New Issue
Block a user