Run pack release for Swift packs

This commit is contained in:
Henry Mercer
2023-06-19 17:35:58 +01:00
parent f90586bc90
commit ead79c98d8
11 changed files with 41 additions and 18 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.1-dev
version: 0.1.1
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.1-dev
version: 0.1.1
groups:
- swift
- queries