Merge branch 'main' into cwe-134

This commit is contained in:
Chad Bentz
2025-06-09 11:22:40 -04:00
committed by GitHub
181 changed files with 6569 additions and 6407 deletions

View File

@@ -1,3 +1,20 @@
## 5.0.0
### Breaking Changes
* Deleted the deprecated `parseContent` predicate from the `ExternalFlow.qll`.
* Deleted the deprecated `hasLocationInfo` predicate from the `DataFlowPublic.qll`.
* Deleted the deprecated `SummaryComponent` class from the `FlowSummary.qll`.
* Deleted the deprecated `SummaryComponentStack` class from the `FlowSummary.qll`.
* Deleted the deprecated `SummaryComponent` module from the `FlowSummary.qll`.
* Deleted the deprecated `SummaryComponentStack` module from the `FlowSummary.qll`.
* Deleted the deprecated `RequiredSummaryComponentStack` class from the `FlowSummary.qll`.
### Minor Analysis Improvements
* Updated to allow analysis of Swift 6.1.1.
* `TypeValueExpr` experimental AST leaf is now implemented in the control flow library
## 4.3.0
### New Features

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* `TypeValueExpr` experimental AST leaf is now implemented in the control flow library

View File

@@ -1,5 +0,0 @@
---
category: minorAnalysis
---
* Updated to allow analysis of Swift 6.1.1.

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Updated to allow analysis of Swift 6.1.2.

View File

@@ -1,6 +1,7 @@
---
category: breaking
---
## 5.0.0
### Breaking Changes
* Deleted the deprecated `parseContent` predicate from the `ExternalFlow.qll`.
* Deleted the deprecated `hasLocationInfo` predicate from the `DataFlowPublic.qll`.
* Deleted the deprecated `SummaryComponent` class from the `FlowSummary.qll`.
@@ -8,3 +9,8 @@ category: breaking
* Deleted the deprecated `SummaryComponent` module from the `FlowSummary.qll`.
* Deleted the deprecated `SummaryComponentStack` module from the `FlowSummary.qll`.
* Deleted the deprecated `RequiredSummaryComponentStack` class from the `FlowSummary.qll`.
### Minor Analysis Improvements
* Updated to allow analysis of Swift 6.1.1.
* `TypeValueExpr` experimental AST leaf is now implemented in the control flow library

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 4.3.0
lastReleaseVersion: 5.0.0

View File

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

View File

@@ -1,3 +1,9 @@
## 1.1.4
### Minor Analysis Improvements
* The queries `swift/hardcoded-key` and `swift/constant-password` have been removed from all query suites.
## 1.1.3
No user-facing changes.

View File

@@ -1,4 +1,5 @@
---
category: minorAnalysis
---
## 1.1.4
### Minor Analysis Improvements
* The queries `swift/hardcoded-key` and `swift/constant-password` have been removed from all query suites.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.1.3
lastReleaseVersion: 1.1.4

View File

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

BIN
swift/third_party/resources/resource-dir-linux.zip (Stored with Git LFS) vendored

Binary file not shown.

BIN
swift/third_party/resources/resource-dir-macos.zip (Stored with Git LFS) vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.