mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
453 B
453 B
category
| category |
|---|
| feature |
- Models-as-Data support has been added for C/C++. This feature allows flow sources, sinks and summaries to be expressed in compact strings as an alternative to modelling each source / sink / summary with explicit QL. See
dataflow/ExternalFlow.qllfor documentation and specification of the model format, andmodels/implementations/ZMQ.qllfor a simple example of models. Importing models from.ymlis not yet supported.