Skip to content

Commit 18c901b

Browse files
authored
Merge branch 'main' into oscarsj/migrate-builders-macos-15
2 parents 9b2eff8 + f461763 commit 18c901b

File tree

279 files changed

+7313
-594
lines changed

Some content is hidden

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

279 files changed

+7313
-594
lines changed

actions/ql/lib/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.4.6
2+
3+
### Bug Fixes
4+
5+
* The query `actions/code-injection/medium` now produces alerts for injection
6+
vulnerabilities on `pull_request` events.
7+
18
## 0.4.5
29

310
No user-facing changes.
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
---
2-
category: fix
3-
---
1+
## 0.4.6
2+
3+
### Bug Fixes
4+
45
* The query `actions/code-injection/medium` now produces alerts for injection
5-
vulnerabilities on `pull_request` events.
6+
vulnerabilities on `pull_request` events.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
lastReleaseVersion: 0.4.5
2+
lastReleaseVersion: 0.4.6

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.6-dev
2+
version: 0.4.7-dev
33
library: true
44
warnOnImplicitThis: true
55
dependencies:

actions/ql/src/CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.5.3
2+
3+
### Bug Fixes
4+
5+
* Fixed typos in the query and alert titles for the queries
6+
`actions/envpath-injection/critical`, `actions/envpath-injection/medium`,
7+
`actions/envvar-injection/critical`, and `actions/envvar-injection/medium`.
8+
19
## 0.5.2
210

311
No user-facing changes.
@@ -7,9 +15,10 @@ No user-facing changes.
715
### Bug Fixes
816

917
* The `actions/unversioned-immutable-action` query will no longer report any alerts, since the
10-
Immutable Actions feature is not yet available for customer use. The query remains in the
11-
default Code Scanning suites for use internal to GitHub. Once the Immutable Actions feature is
12-
available, the query will be updated to report alerts again.
18+
Immutable Actions feature is not yet available for customer use. The query has also been moved
19+
to the experimental folder and will not be used in code scanning unless it is explicitly added
20+
to a code scanning configuration. Once the Immutable Actions feature is available, the query will
21+
be updated to report alerts again.
1322

1423
## 0.5.0
1524

actions/ql/src/Security/CWE-829/UntrustedCheckoutCritical.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @name Checkout of untrusted code in a priviledged context
2+
* @name Checkout of untrusted code in a privileged context
33
* @description Privileged workflows have read/write access to the base repository and access to secrets.
44
* By explicitly checking out and running the build script from a fork the untrusted code is running in an environment
55
* that is able to push to the base repository and to access secrets.
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
---
2-
category: fix
3-
---
1+
## 0.5.3
2+
3+
### Bug Fixes
4+
45
* Fixed typos in the query and alert titles for the queries
56
`actions/envpath-injection/critical`, `actions/envpath-injection/medium`,
6-
`actions/envvar-injection/critical`, and `actions/envvar-injection/medium`.
7+
`actions/envvar-injection/critical`, and `actions/envvar-injection/medium`.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
lastReleaseVersion: 0.5.2
2+
lastReleaseVersion: 0.5.3

actions/ql/src/qlpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: codeql/actions-queries
2-
version: 0.5.3-dev
2+
version: 0.5.4-dev
33
library: false
44
warnOnImplicitThis: true
55
groups: [actions, queries]

cpp/ql/lib/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 4.1.0
2+
3+
### New Features
4+
5+
* Added `Node.asUncertainDefinition` and `Node.asCertainDefinition` to the `DataFlow::Node` class for querying whether a definition overwrites the entire destination buffer.
6+
17
## 4.0.3
28

39
No user-facing changes.

0 commit comments

Comments
 (0)