You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/codeql/codeql-cli/about-ql-packs.rst
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,11 +111,11 @@ The following properties are supported in ``qlpack.yml`` files.
111
111
codeql/cpp-all: ^0.0.2
112
112
113
113
- Packs that define CodeQL package dependencies on other packs
114
-
- A map from pack references to the semantic version range that is compatible with this pack.
114
+
- A map from pack references to the semantic version range that is compatible with this pack. Supported from CLI version v2.6.0 and onwards.
115
115
* - ``defaultSuiteFile``
116
116
- ``defaultSuiteFile: cpp-code-scanning.qls``
117
117
- Packs that export a set of default queries to run
118
-
- The path to a query suite file containing all of the queries that are run by default when this pack is passed to the ``codeql database analyze` command.
118
+
- The path to a query suite file containing all of the queries that are run by default when this pack is passed to the ``codeql database analyze`` command. Supported from CLI version v2.6.0 and onwards.
119
119
120
120
.. _custom-ql-packs:
121
121
@@ -183,11 +183,11 @@ Each of the languages in the CodeQL repository has four main QL packs:
183
183
used by the language, and CodeQL libraries, and queries at ``ql/<language>/ql/lib``
184
184
- Core query pack for the language that includes the default queries for the language, along
185
185
with their query suites at ``ql/<language>/ql/src``
186
-
- Tests for the core language libraries and queries pack at ``ql/<language>/ql/test``
186
+
- Tests for the core language libraries and queries at ``ql/<language>/ql/test``
187
187
- Upgrade scripts for the language at ``ql/<language>/upgrades``
188
188
189
189
Core library pack
190
-
~~~~~~~~~~~~
190
+
~~~~~~~~~~~~~~~~~
191
191
192
192
The ``qlpack.yml`` file for a core library pack uses the following properties:
193
193
``name``, ``version``, ``dbscheme``.
@@ -207,7 +207,7 @@ contains:
207
207
codeql/cpp-upgrades: "*"
208
208
209
209
Core query pack
210
-
~~~~~~~~~~~~
210
+
~~~~~~~~~~~~~~~
211
211
212
212
The ``qlpack.yml`` file for a core query pack uses the following properties:
0 commit comments