mirror of
https://github.com/github/codeql.git
synced 2026-07-07 12:35:33 +02:00
Include links to the CLI changelog, CLI releases, bundle releases, pack changelogs, and pack source. Clarify that this support information applies to the current version of the CLI, bundle, query packs, and library packs.
34 lines
1.3 KiB
ReStructuredText
34 lines
1.3 KiB
ReStructuredText
:tocdepth: 1
|
|
|
|
.. _supported-languages-and-frameworks:
|
|
|
|
Supported languages and frameworks
|
|
----------------------------------
|
|
|
|
View the languages, libraries, and frameworks supported in the latest version of
|
|
CodeQL.
|
|
|
|
Languages and compilers
|
|
#######################
|
|
|
|
The current versions of the CodeQL CLI (`changelog <https://github.com/github/codeql-cli-binaries/blob/main/CHANGELOG.md>`__, `releases <https://github.com/github/codeql-cli-binaries/releases>`__),
|
|
CodeQL library packs (`source <https://github.com/github/codeql/tree/codeql-cli/latest>`__),
|
|
and CodeQL bundle (`releases <https://github.com/github/codeql-action/releases>`__)
|
|
support the following languages and compilers.
|
|
|
|
.. include:: ../support/reusables/versions-compilers.rst
|
|
|
|
Frameworks and libraries
|
|
########################
|
|
|
|
The current versions of the CodeQL library and query packs (`source <https://github.com/github/codeql/tree/codeql-cli/latest>`__) have been explicitly checked against the libraries and frameworks listed below.
|
|
|
|
.. pull-quote::
|
|
|
|
Tip
|
|
|
|
If you're interested in other libraries or frameworks, you can extend the analysis to cover them.
|
|
For example, by extending the data flow libraries to include data sources
|
|
and sinks for additional libraries or frameworks.
|
|
|
|
.. include:: ../support/reusables/frameworks.rst |