Skip to content

Commit ead79c9

Browse files
committed
Run pack release for Swift packs
1 parent f90586b commit ead79c9

File tree

11 files changed

+41
-18
lines changed

11 files changed

+41
-18
lines changed

swift/ql/lib/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## 0.1.1
2+
3+
### Major Analysis Improvements
4+
5+
* 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.
6+
7+
### Minor Analysis Improvements
8+
9+
* Some models for the `Data` class have been generalized to `DataProtocol` so that they apply more widely.
10+
11+
### Bug Fixes
12+
13+
* 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).

swift/ql/lib/change-notes/2023-05-25-dataprotocol-models.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

swift/ql/lib/change-notes/2023-05-25-fix-ast-and-cfg-inconsistencies.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

swift/ql/lib/change-notes/2023-05-30-shared-sensitive.md

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## 0.1.1
2+
3+
### Major Analysis Improvements
4+
5+
* 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.
6+
7+
### Minor Analysis Improvements
8+
9+
* Some models for the `Data` class have been generalized to `DataProtocol` so that they apply more widely.
10+
11+
### Bug Fixes
12+
13+
* 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).

swift/ql/lib/codeql-pack.release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
lastReleaseVersion: 0.1.1

swift/ql/lib/qlpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: codeql/swift-all
2-
version: 0.1.1-dev
2+
version: 0.1.1
33
groups: swift
44
extractor: swift
55
dbscheme: swift.dbscheme
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
---
2-
category: minorAnalysis
3-
---
1+
## 0.1.1
2+
3+
### Minor Analysis Improvements
4+
45
* Fixed some false positive results from the `swift/string-length-conflation` query, caused by imprecise sinks.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## 0.1.1
2+
3+
### Minor Analysis Improvements
4+
5+
* Fixed some false positive results from the `swift/string-length-conflation` query, caused by imprecise sinks.

swift/ql/src/codeql-pack.release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
lastReleaseVersion: 0.1.1

0 commit comments

Comments
 (0)