mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
630 B
630 B
0.1.1
Major Analysis Improvements
- Incorporated the cross-language
SensitiveDataHeuristics.qllheuristics library into the SwiftSensitiveExprs.qlllibrary. This adds a number of new heuristics enhancing detection from the library.
Minor Analysis Improvements
- Some models for the
Dataclass have been generalized toDataProtocolso 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).