mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
14 lines
630 B
Markdown
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).
|