mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
Run pack release for Swift packs
This commit is contained in:
13
swift/ql/lib/CHANGELOG.md
Normal file
13
swift/ql/lib/CHANGELOG.md
Normal 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).
|
||||
@@ -1,4 +0,0 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Some models for the `Data` class have been generalized to `DataProtocol` so that they apply more widely.
|
||||
@@ -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).
|
||||
@@ -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.
|
||||
13
swift/ql/lib/change-notes/released/0.1.1.md
Normal file
13
swift/ql/lib/change-notes/released/0.1.1.md
Normal 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).
|
||||
2
swift/ql/lib/codeql-pack.release.yml
Normal file
2
swift/ql/lib/codeql-pack.release.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 0.1.1
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/swift-all
|
||||
version: 0.1.1-dev
|
||||
version: 0.1.1
|
||||
groups: swift
|
||||
extractor: swift
|
||||
dbscheme: swift.dbscheme
|
||||
|
||||
@@ -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.
|
||||
5
swift/ql/src/change-notes/released/0.1.1.md
Normal file
5
swift/ql/src/change-notes/released/0.1.1.md
Normal 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.
|
||||
2
swift/ql/src/codeql-pack.release.yml
Normal file
2
swift/ql/src/codeql-pack.release.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 0.1.1
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/swift-queries
|
||||
version: 0.1.1-dev
|
||||
version: 0.1.1
|
||||
groups:
|
||||
- swift
|
||||
- queries
|
||||
|
||||
Reference in New Issue
Block a user