mirror of
https://github.com/github/codeql.git
synced 2026-05-04 05:05:12 +02:00
Move support information into a version-neutral location
This commit is contained in:
58
change-notes/support/framework-support.rst
Normal file
58
change-notes/support/framework-support.rst
Normal file
@@ -0,0 +1,58 @@
|
||||
Frameworks and libraries
|
||||
########################
|
||||
|
||||
The QL libraries and queries in version |version| have been explicitly checked against the libraries and frameworks listed below.
|
||||
|
||||
.. pull-quote::
|
||||
|
||||
Tip
|
||||
|
||||
If you're interested in other libraries or frameworks, you can extend the analysis to cover them.
|
||||
For example, by extending the data flow libraries to include data sources and sinks for additional libraries or frameworks.
|
||||
|
||||
.. There is currently no built-in support for libraries or frameworks for C/C++.
|
||||
|
||||
C# built-in support
|
||||
================================
|
||||
|
||||
.. csv-table::
|
||||
:file: csharp-frameworks.csv
|
||||
:header-rows: 1
|
||||
:class: fullWidthTable
|
||||
:widths: auto
|
||||
|
||||
COBOL built-in support
|
||||
===================================
|
||||
|
||||
* Embedded SQL
|
||||
* Embedded CICS
|
||||
|
||||
|
||||
Java built-in support
|
||||
==================================
|
||||
|
||||
.. csv-table::
|
||||
:file: java-frameworks.csv
|
||||
:header-rows: 1
|
||||
:class: fullWidthTable
|
||||
:widths: auto
|
||||
|
||||
|
||||
JavaScript and TypeScript built-in support
|
||||
=======================================================
|
||||
|
||||
.. csv-table::
|
||||
:file: javascript-typescript-frameworks.csv
|
||||
:header-rows: 1
|
||||
:class: fullWidthTable
|
||||
:widths: auto
|
||||
|
||||
|
||||
Python built-in support
|
||||
====================================
|
||||
|
||||
.. csv-table::
|
||||
:file: python-frameworks.csv
|
||||
:header-rows: 1
|
||||
:class: fullWidthTable
|
||||
:widths: auto
|
||||
Reference in New Issue
Block a user