Skip to content

Commit 34e2562

Browse files
authored
Merge pull request github#5488 from github/rc/3.1
Merge release candidate branch back into main
2 parents 119872d + c7a79a5 commit 34e2562

File tree

3 files changed

+19
-8
lines changed

3 files changed

+19
-8
lines changed

docs/codeql/support/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
##############################################################################
1818
#
19-
# Modified 22052019.
19+
# Modified 22032021.
2020

2121
# The configuration values below are specific to the supported languages and frameworks project
2222
# To amend html_theme_options, update version/release number, or add more sphinx extensions,
@@ -41,9 +41,9 @@
4141

4242
# The version info for this project, if different from version and release in main conf.py file.
4343
# The short X.Y version.
44-
version = u'1.26'
44+
version = u'1.27'
4545
# The full version, including alpha/beta/rc tags.
46-
release = u'1.26'
46+
release = u'1.27'
4747

4848
# -- Project-specifc options for HTML output ----------------------------------------------
4949

@@ -95,4 +95,4 @@
9595

9696
# List of patterns, relative to source directory, that match files and
9797
# directories to ignore when looking for source files.
98-
exclude_patterns = ['read-me-project.rst', 'reusables/*']
98+
exclude_patterns = ['read-me-project.rst', 'reusables/*']

docs/codeql/support/framework-support.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,4 @@ The libraries and queries in version |version| have been explicitly checked agai
1010
If you're interested in other libraries or frameworks, you can extend the analysis to cover them.
1111
For example, by extending the data flow libraries to include data sources and sinks for additional libraries or frameworks.
1212

13-
.. There is currently no built-in support for libraries or frameworks for C/C++.
14-
1513
.. include:: reusables/frameworks.rst

docs/codeql/support/reusables/frameworks.rst

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
.. There is currently no built-in support for libraries or frameworks for C/C++.
1+
C and C++ built-in support
2+
================================
3+
4+
.. csv-table::
5+
:header-rows: 1
6+
:class: fullWidthTable
7+
:widths: auto
8+
9+
Name, Category
10+
`Bloomberg Standard Library <https://github.com/bloomberg/bde>`__, Utility library
11+
`Berkeley socket API library <https://en.wikipedia.org/wiki/Berkeley_sockets#Socket_API_functions>`__, Network communicator
12+
string.h, String library
213

314
C# built-in support
415
================================
@@ -78,6 +89,9 @@ Java built-in support
7889
:widths: auto
7990

8091
Name, Category
92+
Apache Commons Lang, Utility library
93+
Apache HTTP components, Network communicator
94+
Guava, Utility and collections library
8195
Hibernate, Database
8296
iBatis / MyBatis, Database
8397
Java Persistence API (JPA), Database
@@ -126,7 +140,6 @@ JavaScript and TypeScript built-in support
126140
vue, HTML framework
127141

128142

129-
130143
Python built-in support
131144
====================================
132145

0 commit comments

Comments
 (0)