Skip to content

Commit 9e84b75

Browse files
committed
Update supported frameworks
1 parent b422a97 commit 9e84b75

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

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: 23 additions & 1 deletion
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>`__, xxx
11+
`Berkeley socket API library <https://en.wikipedia.org/wiki/Berkeley_sockets#Socket_API_functions>`__, API library
12+
string.h, xxx
213

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

8091
Name, Category
92+
Apache Commons, Language library (?)
93+
Guava, xxx
8194
Hibernate, Database
8295
iBatis / MyBatis, Database
8396
Java Persistence API (JPA), Database
@@ -102,28 +115,37 @@ JavaScript and TypeScript built-in support
102115
Name, Category
103116
angular (modern version), HTML framework
104117
angular.js (legacy version), HTML framework
118+
apollo-link-http, xxx
105119
axios, Network communicator
106120
browser, Runtime environment
107121
electron, Runtime environment
108122
express, Server
123+
Formik
109124
hapi, Server
125+
Immutable.js, xxx
110126
jquery, Utility library
111127
koa, Server
112128
lodash, Utility library
129+
marked, xxx
113130
mongodb, Database
114131
mssql, Database
132+
Multer, xxx
115133
mysql, Database
116134
node, Runtime environment
117135
postgres, Database
136+
pug, xxx
118137
ramda, Utility library
119138
react, HTML framework
139+
react-helmet, xxx
120140
request, Network communicator
121141
sequelize, Database
122142
socket.io, Network communicator
123143
sqlite3, Database
124144
superagent, Network communicator
125145
underscore, Utility library
126146
vue, HTML framework
147+
vue-router, xxx
148+
xml2js, xxx
127149

128150

129151

0 commit comments

Comments
 (0)