Merge pull request #13510 from github/post-release-prep/codeql-cli-2.13.4

Post-release preparation for codeql-cli-2.13.4
This commit is contained in:
Arthur Baars
2023-06-20 13:30:40 +02:00
committed by GitHub
136 changed files with 506 additions and 244 deletions

13
swift/ql/lib/CHANGELOG.md Normal file
View File

@@ -0,0 +1,13 @@
## 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).

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Some models for the `Data` class have been generalized to `DataProtocol` so that they apply more widely.

View File

@@ -1,5 +0,0 @@
---
category: fix
---
* 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).

View File

@@ -1,4 +0,0 @@
---
category: majorAnalysis
---
* 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.

View File

@@ -0,0 +1,13 @@
## 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).

View File

@@ -0,0 +1,2 @@
---
lastReleaseVersion: 0.1.1

View File

@@ -1,5 +1,5 @@
name: codeql/swift-all
version: 0.1.0
version: 0.1.2-dev
groups: swift
extractor: swift
dbscheme: swift.dbscheme

View File

@@ -1,4 +1,5 @@
---
category: minorAnalysis
---
## 0.1.1
### Minor Analysis Improvements
* Fixed some false positive results from the `swift/string-length-conflation` query, caused by imprecise sinks.

View File

@@ -0,0 +1,5 @@
## 0.1.1
### Minor Analysis Improvements
* Fixed some false positive results from the `swift/string-length-conflation` query, caused by imprecise sinks.

View File

@@ -0,0 +1,2 @@
---
lastReleaseVersion: 0.1.1

View File

@@ -1,5 +1,5 @@
name: codeql/swift-queries
version: 0.1.0
version: 0.1.2-dev
groups:
- swift
- queries