Files
codeql/swift/ql/lib/change-notes/released/0.1.1.md
2023-06-19 17:35:58 +01:00

14 lines
630 B
Markdown

## 0.1.1
### Major Analysis Improvements
* Incorporated the cross-language `SensitiveDataHeuristics.qll` heuristics library into the Swift `SensitiveExprs.qll` library. This adds a number of new heuristics enhancing detection from the library.
### Minor Analysis Improvements
* Some models for the `Data` class have been generalized to `DataProtocol` so that they apply more widely.
### Bug Fixes
* Fixed a number of inconsistencies in the abstract syntax tree (AST) and in the control-flow graph (CFG). This may lead to more results in queries that use these libraries, or libraries that depend on them (such as dataflow).