Skip to content

Commit decbaa9

Browse files
committed
Docs: Put lists in supported-frameworks.rst in more alphabetical order
They were almost alphabetical, but not quite. Python was ordered by category first, and by name within each catogory. I've left it like that, but it would probably be better to be consistent between languages, one way or the other.
1 parent 4e214e1 commit decbaa9

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/codeql/reusables/supported-frameworks.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ and the CodeQL library pack ``codeql/cpp-all`` (`changelog <https://github.com/g
1111
:widths: auto
1212

1313
Name, Category
14-
`Bloomberg Standard Library <https://github.com/bloomberg/bde>`__, Utility library
1514
`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
1616
string.h, String library
1717

1818
C# built-in support
@@ -82,8 +82,8 @@ and the CodeQL library pack ``codeql/go-all`` (`changelog <https://github.com/gi
8282
`nhooyr.io/websocket <http://nhooyr.io/websocket>`_, Network communicator
8383
`protobuf <https://pkg.go.dev/google.golang.org/protobuf>`_, Serialization
8484
`Revel <http://revel.github.io/>`_, Web framework
85-
`sqlx <http://jmoiron.github.io/sqlx/>`_, Database
8685
`SendGrid <https://github.com/sendgrid/sendgrid-go>`_, Email library
86+
`sqlx <http://jmoiron.github.io/sqlx/>`_, Database
8787
`Squirrel <https://github.com/Masterminds/squirrel>`_, Database
8888
`ws <https://github.com/gobwas/ws>`_, Network communicator
8989
`xmlpath <https://gopkg.in/xmlpath.v2>`_, XPath library
@@ -108,20 +108,20 @@ and the CodeQL library pack ``codeql/java-all`` (`changelog <https://github.com/
108108
:widths: auto
109109

110110
Name, Category
111-
Apache Commons Lang, Utility library
112111
Apache Commons Collections, Data structure utility library
112+
Apache Commons Lang, Utility library
113113
Apache HTTP components, Network communicator
114114
Guava, Utility and collections library
115115
Hibernate, Database
116116
iBatis / MyBatis, Database
117117
Jackson, Serialization
118-
JSON-java, Serialization
119118
Java Persistence API (JPA), Database
120119
JaxRS, Jakarta EE API specification
121120
JDBC, Database
122-
Protobuf, Serialization
121+
JSON-java, Serialization
123122
Kryo deserialization, Serialization
124123
Project Lombok, Utility library
124+
Protobuf, Serialization
125125
SnakeYaml, Serialization
126126
Spring JDBC, Database
127127
Spring MVC, Web application framework
@@ -160,8 +160,8 @@ and the CodeQL library pack ``codeql/javascript-all`` (`changelog <https://githu
160160
mssql, Database
161161
mustache, templating language
162162
mysql, Database
163-
node, Runtime environment
164163
nest.js, Server
164+
node, Runtime environment
165165
nunjucks, templating language
166166
postgres, Database
167167
ramda, Utility library
@@ -197,12 +197,12 @@ and the CodeQL library pack ``codeql/python-all`` (`changelog <https://github.co
197197
djangorestframework, Web framework
198198
FastAPI, Web framework
199199
Flask, Web framework
200+
Flask-Admin, Web framework
200201
Tornado, Web framework
201202
Twisted, Web framework
202-
Flask-Admin, Web framework
203203
starlette, Asynchronous Server Gateway Interface (ASGI)
204-
python-ldap, Lightweight Directory Access Protocol (LDAP)
205204
ldap3, Lightweight Directory Access Protocol (LDAP)
205+
python-ldap, Lightweight Directory Access Protocol (LDAP)
206206
httpx, HTTP client
207207
pycurl, HTTP client
208208
requests, HTTP client
@@ -230,8 +230,8 @@ and the CodeQL library pack ``codeql/python-all`` (`changelog <https://github.co
230230
cassandra-driver, Database
231231
clickhouse-driver, Database
232232
cx_Oracle, Database
233-
mysql-connector-python, Database
234233
mysql-connector, Database
234+
mysql-connector-python, Database
235235
MySQL-python, Database
236236
mysqlclient, Database
237237
oracledb, Database
@@ -310,5 +310,5 @@ and the CodeQL library pack ``codeql/swift-all`` (`changelog <https://github.com
310310
`RNCryptor <https://github.com/RNCryptor/RNCryptor>`__, Cryptography library
311311
`SQLite3 <https://sqlite.org/index.html>`__, Database
312312
`SQLite.swift <https://github.com/stephencelis/SQLite.swift>`__, Database
313-
`WebKit <https://developer.apple.com/documentation/webkit>`__, User interface library
314313
`UIKit <https://developer.apple.com/documentation/uikit>`__, User interface library
314+
`WebKit <https://developer.apple.com/documentation/webkit>`__, User interface library

0 commit comments

Comments
 (0)