diff --git a/docs/codeql/support/conf.py b/docs/codeql/support/conf.py index 45a8456ce9a..3d2f5d6cf81 100644 --- a/docs/codeql/support/conf.py +++ b/docs/codeql/support/conf.py @@ -16,7 +16,7 @@ ############################################################################## # -# Modified 22052019. +# Modified 22032021. # The configuration values below are specific to the supported languages and frameworks project # To amend html_theme_options, update version/release number, or add more sphinx extensions, @@ -41,9 +41,9 @@ project = u'Supported languages and frameworks for LGTM Enterprise' # The version info for this project, if different from version and release in main conf.py file. # The short X.Y version. -version = u'1.26' +version = u'1.27' # The full version, including alpha/beta/rc tags. -release = u'1.26' +release = u'1.27' # -- Project-specifc options for HTML output ---------------------------------------------- @@ -95,4 +95,4 @@ html_favicon = '../images/site/favicon.ico' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. -exclude_patterns = ['read-me-project.rst', 'reusables/*'] \ No newline at end of file +exclude_patterns = ['read-me-project.rst', 'reusables/*'] diff --git a/docs/codeql/support/framework-support.rst b/docs/codeql/support/framework-support.rst index 37d54829475..d04293adfe5 100644 --- a/docs/codeql/support/framework-support.rst +++ b/docs/codeql/support/framework-support.rst @@ -10,6 +10,4 @@ The libraries and queries in version |version| have been explicitly checked agai 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. -.. There is currently no built-in support for libraries or frameworks for C/C++. - .. include:: reusables/frameworks.rst diff --git a/docs/codeql/support/reusables/frameworks.rst b/docs/codeql/support/reusables/frameworks.rst index 3963d82fcec..22569cbdcc6 100644 --- a/docs/codeql/support/reusables/frameworks.rst +++ b/docs/codeql/support/reusables/frameworks.rst @@ -1,4 +1,15 @@ -.. There is currently no built-in support for libraries or frameworks for C/C++. +C and C++ built-in support +================================ + +.. csv-table:: + :header-rows: 1 + :class: fullWidthTable + :widths: auto + + Name, Category + `Bloomberg Standard Library `__, Utility library + `Berkeley socket API library `__, Network communicator + string.h, String library C# built-in support ================================ @@ -78,6 +89,9 @@ Java built-in support :widths: auto Name, Category + Apache Commons Lang, Utility library + Apache HTTP components, Network communicator + Guava, Utility and collections library Hibernate, Database iBatis / MyBatis, Database Java Persistence API (JPA), Database @@ -126,7 +140,6 @@ JavaScript and TypeScript built-in support vue, HTML framework - Python built-in support ====================================