@@ -11,8 +11,8 @@ and the CodeQL library pack ``codeql/cpp-all`` (`changelog <https://github.com/g
11
11
:widths: auto
12
12
13
13
Name, Category
14
- `Bloomberg Standard Library <https://github.com/bloomberg/bde >`__, Utility library
15
14
`Berkeley socket API library <https://en.wikipedia.org/wiki/Berkeley_sockets#Socket_API_functions >`__, Network communicator
15
+ `Bloomberg Standard Library <https://github.com/bloomberg/bde >`__, Utility library
16
16
string.h, String library
17
17
18
18
C# built-in support
@@ -82,8 +82,8 @@ and the CodeQL library pack ``codeql/go-all`` (`changelog <https://github.com/gi
82
82
`nhooyr.io/websocket <http://nhooyr.io/websocket >`_, Network communicator
83
83
`protobuf <https://pkg.go.dev/google.golang.org/protobuf >`_, Serialization
84
84
`Revel <http://revel.github.io/ >`_, Web framework
85
- `sqlx <http://jmoiron.github.io/sqlx/ >`_, Database
86
85
`SendGrid <https://github.com/sendgrid/sendgrid-go >`_, Email library
86
+ `sqlx <http://jmoiron.github.io/sqlx/ >`_, Database
87
87
`Squirrel <https://github.com/Masterminds/squirrel >`_, Database
88
88
`ws <https://github.com/gobwas/ws >`_, Network communicator
89
89
`xmlpath <https://gopkg.in/xmlpath.v2 >`_, XPath library
@@ -108,20 +108,20 @@ and the CodeQL library pack ``codeql/java-all`` (`changelog <https://github.com/
108
108
:widths: auto
109
109
110
110
Name, Category
111
- Apache Commons Lang, Utility library
112
111
Apache Commons Collections, Data structure utility library
112
+ Apache Commons Lang, Utility library
113
113
Apache HTTP components, Network communicator
114
114
Guava, Utility and collections library
115
115
Hibernate, Database
116
116
iBatis / MyBatis, Database
117
117
Jackson, Serialization
118
- JSON-java, Serialization
119
118
Java Persistence API (JPA), Database
120
119
JaxRS, Jakarta EE API specification
121
120
JDBC, Database
122
- Protobuf , Serialization
121
+ JSON-java , Serialization
123
122
Kryo deserialization, Serialization
124
123
Project Lombok, Utility library
124
+ Protobuf, Serialization
125
125
SnakeYaml, Serialization
126
126
Spring JDBC, Database
127
127
Spring MVC, Web application framework
@@ -160,8 +160,8 @@ and the CodeQL library pack ``codeql/javascript-all`` (`changelog <https://githu
160
160
mssql, Database
161
161
mustache, templating language
162
162
mysql, Database
163
- node, Runtime environment
164
163
nest.js, Server
164
+ node, Runtime environment
165
165
nunjucks, templating language
166
166
postgres, Database
167
167
ramda, Utility library
@@ -197,12 +197,12 @@ and the CodeQL library pack ``codeql/python-all`` (`changelog <https://github.co
197
197
djangorestframework, Web framework
198
198
FastAPI, Web framework
199
199
Flask, Web framework
200
+ Flask-Admin, Web framework
200
201
Tornado, Web framework
201
202
Twisted, Web framework
202
- Flask-Admin, Web framework
203
203
starlette, Asynchronous Server Gateway Interface (ASGI)
204
- python-ldap, Lightweight Directory Access Protocol (LDAP)
205
204
ldap3, Lightweight Directory Access Protocol (LDAP)
205
+ python-ldap, Lightweight Directory Access Protocol (LDAP)
206
206
httpx, HTTP client
207
207
pycurl, HTTP client
208
208
requests, HTTP client
@@ -230,8 +230,8 @@ and the CodeQL library pack ``codeql/python-all`` (`changelog <https://github.co
230
230
cassandra-driver, Database
231
231
clickhouse-driver, Database
232
232
cx_Oracle, Database
233
- mysql-connector-python, Database
234
233
mysql-connector, Database
234
+ mysql-connector-python, Database
235
235
MySQL-python, Database
236
236
mysqlclient, Database
237
237
oracledb, Database
@@ -310,5 +310,5 @@ and the CodeQL library pack ``codeql/swift-all`` (`changelog <https://github.com
310
310
`RNCryptor <https://github.com/RNCryptor/RNCryptor >`__, Cryptography library
311
311
`SQLite3 <https://sqlite.org/index.html >`__, Database
312
312
`SQLite.swift <https://github.com/stephencelis/SQLite.swift >`__, Database
313
- `WebKit <https://developer.apple.com/documentation/webkit >`__, User interface library
314
313
`UIKit <https://developer.apple.com/documentation/uikit >`__, User interface library
314
+ `WebKit <https://developer.apple.com/documentation/webkit >`__, User interface library
0 commit comments