Release preparation for version 2.17.2

This commit is contained in:
github-actions[bot]
2024-04-30 10:25:51 +00:00
parent 7d9f78b2de
commit 5228d94d42
153 changed files with 424 additions and 155 deletions

View File

@@ -1,3 +1,9 @@
## 0.2.6
### Major Analysis Improvements
* The data flow library performs heuristic filtering of code paths that have a high degree of control-flow uncertainty for improved performance in cases that are deemed unlikely to yield true positive flow paths. This filtering can be controlled with the `fieldFlowBranchLimit` predicate in configurations. Two bugs have been fixed in relation to this: Some cases of high uncertainty were not being correctly identified. This fix improves performance in certain scenarios. Another group of cases of low uncertainty were also being misidentified, which led to false negatives. Taken together, we generally expect some additional query results with more true positives and fewer false positives.
## 0.2.5
### New Features

View File

@@ -1,4 +1,5 @@
---
category: majorAnalysis
---
## 0.2.6
### Major Analysis Improvements
* The data flow library performs heuristic filtering of code paths that have a high degree of control-flow uncertainty for improved performance in cases that are deemed unlikely to yield true positive flow paths. This filtering can be controlled with the `fieldFlowBranchLimit` predicate in configurations. Two bugs have been fixed in relation to this: Some cases of high uncertainty were not being correctly identified. This fix improves performance in certain scenarios. Another group of cases of low uncertainty were also being misidentified, which led to false negatives. Taken together, we generally expect some additional query results with more true positives and fewer false positives.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.2.5
lastReleaseVersion: 0.2.6

View File

@@ -1,5 +1,5 @@
name: codeql/dataflow
version: 0.2.6-dev
version: 0.2.6
groups: shared
library: true
dependencies: