Merge pull request #7685 from adityasharad/merge/3.3-3.4

Merge rc/3.3 into rc/3.4
This commit is contained in:
Aditya Sharad
2022-01-21 10:49:19 -08:00
committed by GitHub
3 changed files with 14 additions and 2 deletions

View File

@@ -43,10 +43,10 @@ project = u'Supported languages and frameworks for LGTM Enterprise'
# The short X.Y version.
# LGTM Enterprise release
release = u'1.28'
release = u'1.30'
# CodeQL CLI version used by LGTM Enterprise release
version = u'2.5.9'
version = u'2.7.6'
# -- Project-specifc options for HTML output ----------------------------------------------

View File

@@ -3,6 +3,12 @@ Frameworks and libraries
LGTM Enterprise |release| includes CodeQL CLI |version|. The CodeQL libraries and queries used by this version of LGTM Enterprise have been explicitly checked against the libraries and frameworks listed below.
.. pull-quote::
Note
For details of framework and library support in the most recent release of the CodeQL CLI, see `Supported languages and frameworks <https://codeql.github.com/docs/codeql-overview/supported-languages-and-frameworks/>`__ in the CodeQL CLI documentation.
.. pull-quote::
Tip

View File

@@ -3,6 +3,12 @@ Languages and compilers
LGTM Enterprise |release| includes CodeQL CLI |version|. LGTM Enterprise supports analysis of the following languages compiled by the following compilers.
.. pull-quote::
Note
For details of language and compiler support in the most recent release of the CodeQL CLI, see `Supported languages and frameworks <https://codeql.github.com/docs/codeql-overview/supported-languages-and-frameworks/>`__ in the CodeQL CLI documentation.
Note that where there are several versions or dialects of a language, the supported variants are listed.
If your code requires a particular version of a compiler, check that this version is included below.
If you have any questions about language and compiler support, you can find help on the `GitHub Security Lab discussions board <https://github.com/github/securitylab/discussions>`__.