3.7 KiB
title, shortTitle, intro, product, versions, type, topics
| title | shortTitle | intro | product | versions | type | topics | ||||
|---|---|---|---|---|---|---|---|---|---|---|
| Built-in CodeQL query suites | Built-in CodeQL query suites | You can choose from different built-in {% data variables.product.prodname_codeql %} query suites to use in your {% data variables.product.prodname_codeql %} {% data variables.product.prodname_code_scanning %} setup. | {% data reusables.gated-features.code-scanning %} |
|
reference |
|
About {% data variables.product.prodname_codeql %} query suites
With {% data variables.product.prodname_codeql %} {% data variables.product.prodname_code_scanning %}, you can select a specific group of {% data variables.product.prodname_codeql %} queries, called a {% data variables.product.prodname_codeql %} query suite, to run against your code. The following built-in query suites are available through {% data variables.product.prodname_dotcom %}:
- the
defaultquery suite. - the
security-extendedquery suite.
Currently, both the default query suite and the security-extended query suite are available for the default setup for {% data variables.product.prodname_code_scanning %}. For more information on the default setup, see "AUTOTITLE."
To use a custom query suite, you must create an advanced setup for {% data variables.product.prodname_codeql %} {% data variables.product.prodname_code_scanning %}. For more information on advanced setups and creating a query suite, see "AUTOTITLE" and "AUTOTITLE."
Built-in {% data variables.product.prodname_codeql %} query suites
The built-in {% data variables.product.prodname_codeql %} query suites, default and security-extended, are created and maintained by {% data variables.product.prodname_dotcom %}. Both of these query suites are available for every {% data variables.product.prodname_codeql %}-supported language. For more information on {% data variables.product.prodname_codeql %}-supported languages, see "AUTOTITLE."
default query suite
- The
defaultquery suite is the group of queries run by default in {% data variables.product.prodname_codeql %} {% data variables.product.prodname_code_scanning %} on {% data variables.product.prodname_dotcom %}. - The queries in the
defaultquery suite are highly precise and return few false positive {% data variables.product.prodname_code_scanning %} results. Relative to thesecurity-extendedquery suite, thedefaultsuite returns fewer low-confidence {% data variables.product.prodname_code_scanning %} results. - This query suite is available for use with the default setup for {% data variables.product.prodname_code_scanning %}.
security-extended query suite
- The
security-extendedquery suite consists of all the queries in thedefaultquery suite, plus additional queries with slightly lower precision and severity. - Relative to the
defaultquery suite, thesecurity-extendedsuite may return a greater number of false positive {% data variables.product.prodname_code_scanning %} results. - This query suite is available for use with the default setup for {% data variables.product.prodname_code_scanning %}.