mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Release preparation for version 2.14.2
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
---
|
||||
category: feature
|
||||
---
|
||||
* 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.
|
||||
## 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.
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Initial release. Moves the shared inter-procedural data-flow library into its own qlpack.
|
||||
9
shared/dataflow/change-notes/released/0.0.1.md
Normal file
9
shared/dataflow/change-notes/released/0.0.1.md
Normal file
@@ -0,0 +1,9 @@
|
||||
## 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.
|
||||
2
shared/dataflow/codeql-pack.release.yml
Normal file
2
shared/dataflow/codeql-pack.release.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 0.0.1
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/dataflow
|
||||
version: 0.0.1-dev
|
||||
version: 0.0.1
|
||||
groups: shared
|
||||
library: true
|
||||
dependencies:
|
||||
|
||||
Reference in New Issue
Block a user