Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 12 additions & 11 deletions docs/codeql/support/reusables/frameworks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,19 +122,20 @@ JavaScript and TypeScript built-in support
Python built-in support
====================================

.. csv-table::
.. csv-table::
:header-rows: 1
:class: fullWidthTable
:widths: auto

Name, Category
Bottle, Web framework
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What happened to e.g. Bottle?
It seems to still be supported? https://github.com/github/codeql/search?q=Bottle

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're in the process of moving our queries away from points-to, and use the same approach as the CodeQL libraries for JS does with type-tracking and API graphs. This means that we need to re-model libraries, and so far Bottle has not been prioritized.

CherryPy, Web framework
Django, Web application framework
Falcon, Web API framework
Flask, Microframework
Pyramid, Web application framework
Tornado, Web application framework and asynchronous networking library
Turbogears, Web framework
Twisted, Networking engine
WebOb, WSGI request library
Django, Web framework
Flask, Web framework
Tornado, Web framework
PyYAML, Serialization
dill, Serialization
fabric, Utility library
invoke, Utility library
mysql-connector-python, Database
MySQLdb, Database
psycopg2, Database
sqlite3, Database