Release preparation for version 2.18.1

This commit is contained in:
github-actions[bot]
2024-07-22 21:30:50 +00:00
parent 09f5e19c71
commit 368bcb684a
154 changed files with 406 additions and 145 deletions

View File

@@ -1,3 +1,13 @@
## 1.1.0
### New Features
* Swift support is now out of beta, and generally available.
### Minor Analysis Improvements
* Additional heuristics for sensitive private information have been added to the `SensitiveExprs.qll` library, improving coverage for credit card and social security numbers. This may result in additional results for queries that use sensitive data such as `swift/cleartext-transmission`.
## 1.0.3
No user-facing changes.

View File

@@ -1,4 +0,0 @@
---
category: feature
---
* Swift support is now out of beta, and generally available.

View File

@@ -1,4 +1,9 @@
---
category: minorAnalysis
---
## 1.1.0
### New Features
* Swift support is now out of beta, and generally available.
### Minor Analysis Improvements
* Additional heuristics for sensitive private information have been added to the `SensitiveExprs.qll` library, improving coverage for credit card and social security numbers. This may result in additional results for queries that use sensitive data such as `swift/cleartext-transmission`.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.0.3
lastReleaseVersion: 1.1.0

View File

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

View File

@@ -1,3 +1,7 @@
## 1.0.4
No user-facing changes.
## 1.0.3
No user-facing changes.

View File

@@ -0,0 +1,3 @@
## 1.0.4
No user-facing changes.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.0.3
lastReleaseVersion: 1.0.4

View File

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