mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01:00
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.
8 lines
351 B
JSON
8 lines
351 B
JSON
{ "provide": [ "*/ql/src/qlpack.yml",
|
|
"*/ql/test/qlpack.yml",
|
|
"cpp/ql/test/query-tests/Security/CWE/CWE-190/semmle/tainted/qlpack.yml",
|
|
"*/ql/examples/qlpack.yml",
|
|
"*/upgrades/qlpack.yml",
|
|
"misc/legacy-support/*/qlpack.yml",
|
|
"misc/suite-helpers/qlpack.yml" ] }
|