Release preparation for version 2.19.0

This commit is contained in:
github-actions[bot]
2024-09-16 10:56:10 +00:00
parent 030977003e
commit acdafd9646
153 changed files with 463 additions and 170 deletions

View File

@@ -0,0 +1,12 @@
## 2.0.0
### Breaking Changes
* Deleted many deprecated taint-tracking configurations based on `TaintTracking::Configuration`.
* Deleted many deprecated dataflow configurations based on `DataFlow::Configuration`.
* Deleted the deprecated `explorationLimit` predicate from `DataFlow::Configuration`, use `FlowExploration<explorationLimit>` instead.
### Minor Analysis Improvements
* Parameters of public methods in abstract controller-like classes are now considered remote flow sources.
* The reported location of `partial` methods has been changed from the definition to the implementation part.