mirror of
https://github.com/github/codeql.git
synced 2026-01-07 19:50:22 +01:00
839 B
839 B
0.0.4
No user-facing changes.
0.0.3
New Features
- The various inline flow test libraries have been consolidated as a shared library part in the dataflow qlpack.
Minor Analysis Improvements
- The shared taint-tracking library is now part of the dataflow qlpack.
0.0.2
Major Analysis Improvements
- Initial release. Adds a library to implement flow through captured variables that properly adheres to inter-procedural control flow.
0.0.1
New Features
- The
StateConfigSigsignature now supports a unaryisSinkpredicate that does not specify theFlowStatefor which the given node is a sink. Instead, anyFlowStateis considered a validFlowStatefor such a sink.
Minor Analysis Improvements
- Initial release. Moves the shared inter-procedural data-flow library into its own qlpack.