Skip to content

Commit 5b92d94

Browse files
felicitymayDave Bartolomeo
andauthored
Apply suggestions from code review
Co-authored-by: Dave Bartolomeo <[email protected]>
1 parent 5197c2d commit 5b92d94

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/codeql/codeql-cli/about-codeql-packs.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ About CodeQL packs
55

66
.. include:: ../reusables/beta-note-package-manager.rst
77

8-
CodeQL packs are used to create, share, depend on, and run CodeQL queries and libraries. You can publish your own CodeQL packs and download packs created by others. CodeQL packs contain queries, library files, query suites, and metadata.
8+
CodeQL packs are used to create, share, depend on, and run CodeQL queries and libraries. You can publish your own CodeQL packs and download packs created by others. CodeQL packs contain queries, library files, query suites, and metadata.
99

1010
There are two types of CodeQL packs: query packs and library packs.
1111

@@ -88,7 +88,7 @@ The following properties are supported in ``qlpack.yml`` files.
8888
- The path to the :ref:`database schema <codeql-database-schema>` for all libraries and queries written for this CodeQL language (see example below).
8989
* - ``upgrades``
9090
- ``.``
91-
- Packs with upgrades
91+
- Core language packs only
9292
- The path to a directory within the pack that contains upgrade scripts, defined relative to the pack directory. The ``database upgrade`` action uses these scripts to update databases that were created by an older version of an extractor so they're compatible with the current extractor (see `Upgrade scripts for a language <#upgrade-scripts-for-a-language>`__ below.)
9393
* - ``authors``
9494
@@ -99,6 +99,6 @@ The following properties are supported in ``qlpack.yml`` files.
9999
- All packs
100100
- Metadata that will be displayed on the packaging search page in the packages section of the account that the CodeQL pack is published to. For a list of allowed licenses, see `SPDX License List <https://spdx.org/licenses/>`__ in the SPDX Specification.
101101
* - ``description``
102-
- ``Human-readable description of the software packaged in the image.``
102+
- ``Human-readable description of the contents of the CodeQL pack.``
103103
- All packs
104104
- Metadata that will be displayed on the packaging search page in the packages section of the account that the CodeQL pack is published to.

docs/codeql/codeql-cli/codeql-cli-reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Learn more about the files you can use when running CodeQL processes and the res
1616
exit-codes
1717

1818

19-
- :doc:`About CodeQL packs <about-codeql-packs>`: CodeQL packs are created with the CodeQL package manager and are used to create, depend on, publish, and run CodeQL queries and libraries.
19+
- :doc:`About CodeQL packs <about-codeql-packs>`: CodeQL packs are created with the CodeQL CLI and are used to create, depend on, publish, and run CodeQL queries and libraries.
2020
- :doc:`About QL packs <about-ql-packs>`: QL packs are used to organize the files used in CodeQL analysis. They
2121
contain queries, library files, query suites, and important metadata.
2222
- :doc:`Query reference files <query-reference-files>`: A query reference file is text file that defines the location of one query to test.

0 commit comments

Comments
 (0)