mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
10 lines
377 B
Markdown
10 lines
377 B
Markdown
## 0.0.1
|
|
|
|
### New Features
|
|
|
|
* The `StateConfigSig` signature now supports a unary `isSink` predicate that does not specify the `FlowState` for which the given node is a sink. Instead, any `FlowState` is considered a valid `FlowState` for such a sink.
|
|
|
|
### Minor Analysis Improvements
|
|
|
|
* Initial release. Moves the shared inter-procedural data-flow library into its own qlpack.
|