26 lines
992 B
Markdown
26 lines
992 B
Markdown
---
|
|
title: About built-in CodeQL queries
|
|
shortTitle: About built-in queries
|
|
allowTitleToDifferFromFilename: true
|
|
intro: Learn about the CodeQL queries that code scanning uses to analyze code.
|
|
product: '{% data reusables.gated-features.code-scanning %}'
|
|
versions:
|
|
fpt: '*'
|
|
ghec: '*'
|
|
ghes: '*'
|
|
type: overview
|
|
topics:
|
|
- Code Security
|
|
- Code scanning
|
|
- CodeQL
|
|
contentType: other
|
|
---
|
|
|
|
## About built-in queries for CodeQL analysis
|
|
|
|
For each language, the following articles list which queries are included in the `default` and the `security-extended` suites. {% ifversion code-scanning-autofix %}Where {% data variables.copilot.copilot_autofix_short %} is available for a language, details of which queries are supported are also included.{% endif %}
|
|
|
|
{% data reusables.code-scanning.codeql-query-tables.links-to-all-tables %}
|
|
|
|
For more information about CodeQL query suites, see [AUTOTITLE](/code-security/code-scanning/managing-your-code-scanning-configuration/codeql-query-suites).
|