Skip to content

Commit 8ffe4d6

Browse files
committed
Merge branch 'main' into redsun82/rust-expand-attr-macros
2 parents ecd80fb + c8e564b commit 8ffe4d6

File tree

304 files changed

+3795
-857
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

304 files changed

+3795
-857
lines changed

actions/ql/integration-tests/query-suite/actions-security-and-quality.qls.expected

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
ql/actions/ql/src/Debug/SyntaxError.ql
2-
ql/actions/ql/src/Models/CompositeActionsSinks.ql
3-
ql/actions/ql/src/Models/CompositeActionsSources.ql
4-
ql/actions/ql/src/Models/CompositeActionsSummaries.ql
5-
ql/actions/ql/src/Models/ReusableWorkflowsSinks.ql
6-
ql/actions/ql/src/Models/ReusableWorkflowsSources.ql
7-
ql/actions/ql/src/Models/ReusableWorkflowsSummaries.ql
82
ql/actions/ql/src/Security/CWE-077/EnvPathInjectionCritical.ql
93
ql/actions/ql/src/Security/CWE-077/EnvPathInjectionMedium.ql
104
ql/actions/ql/src/Security/CWE-077/EnvVarInjectionCritical.ql

actions/ql/integration-tests/query-suite/not_included_in_qls.expected

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
ql/actions/ql/src/Debug/partial.ql
2+
ql/actions/ql/src/Models/CompositeActionsSinks.ql
3+
ql/actions/ql/src/Models/CompositeActionsSources.ql
4+
ql/actions/ql/src/Models/CompositeActionsSummaries.ql
5+
ql/actions/ql/src/Models/ReusableWorkflowsSinks.ql
6+
ql/actions/ql/src/Models/ReusableWorkflowsSources.ql
7+
ql/actions/ql/src/Models/ReusableWorkflowsSummaries.ql
28
ql/actions/ql/src/experimental/Security/CWE-074/OutputClobberingHigh.ql
39
ql/actions/ql/src/experimental/Security/CWE-078/CommandInjectionCritical.ql
410
ql/actions/ql/src/experimental/Security/CWE-078/CommandInjectionMedium.ql

actions/ql/lib/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.8
2+
3+
No user-facing changes.
4+
15
## 0.4.7
26

37
No user-facing changes.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 0.4.8
2+
3+
No user-facing changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
lastReleaseVersion: 0.4.7
2+
lastReleaseVersion: 0.4.8

actions/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/actions-all
2-
version: 0.4.8-dev
2+
version: 0.4.9-dev
33
library: true
44
warnOnImplicitThis: true
55
dependencies:

actions/ql/src/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## 0.6.0
2+
3+
### Breaking Changes
4+
5+
* The following queries have been removed from the `security-and-quality` suite.
6+
They are not intended to produce user-facing
7+
alerts describing vulnerabilities.
8+
Any existing alerts for these queries will be closed automatically.
9+
* `actions/composite-action-sinks`
10+
* `actions/composite-action-sources`
11+
* `actions/composite-action-summaries`
12+
* `actions/reusable-workflow-sinks`
13+
(renamed from `actions/reusable-wokflow-sinks`)
14+
* `actions/reusable-workflow-sources`
15+
* `actions/reusable-workflow-summaries`
16+
17+
### Bug Fixes
18+
19+
* Assigned a `security-severity` to the query `actions/excessive-secrets-exposure`.
20+
121
## 0.5.4
222

323
### Bug Fixes

actions/ql/src/Models/ReusableWorkflowsSinks.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @problem.severity warning
66
* @security-severity 9.3
77
* @precision high
8-
* @id actions/reusable-wokflow-sinks
8+
* @id actions/reusable-workflow-sinks
99
* @tags actions
1010
* model-generator
1111
* external/cwe/cwe-020

actions/ql/src/change-notes/2025-04-14-excessive-secrets-exposure-security-severity.md

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## 0.6.0
2+
3+
### Breaking Changes
4+
5+
* The following queries have been removed from the `security-and-quality` suite.
6+
They are not intended to produce user-facing
7+
alerts describing vulnerabilities.
8+
Any existing alerts for these queries will be closed automatically.
9+
* `actions/composite-action-sinks`
10+
* `actions/composite-action-sources`
11+
* `actions/composite-action-summaries`
12+
* `actions/reusable-workflow-sinks`
13+
(renamed from `actions/reusable-wokflow-sinks`)
14+
* `actions/reusable-workflow-sources`
15+
* `actions/reusable-workflow-summaries`
16+
17+
### Bug Fixes
18+
19+
* Assigned a `security-severity` to the query `actions/excessive-secrets-exposure`.

0 commit comments

Comments
 (0)