Skip to content

Commit 591c3fb

Browse files
authored
Merge branch 'main' into python-log-injection
2 parents d9af087 + 7bb0034 commit 591c3fb

530 files changed

Lines changed: 15769 additions & 13739 deletions

File tree

Some content is hidden

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

Cargo.lock

Lines changed: 2 additions & 307 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ members = [
99
"shared/yeast-schema",
1010
"ruby/extractor",
1111
"unified/extractor",
12-
"unified/extractor/tree-sitter-swift",
1312
"unified/swift-syntax-rs",
1413
"rust/extractor",
1514
"rust/extractor/macros",

MODULE.bazel

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bazel_dep(name = "rules_cc", version = "0.2.17")
1919
bazel_dep(name = "rules_go", version = "0.60.0")
2020
bazel_dep(name = "rules_java", version = "9.6.1")
2121
bazel_dep(name = "rules_pkg", version = "1.2.0")
22-
bazel_dep(name = "rules_nodejs", version = "6.7.3")
22+
bazel_dep(name = "rules_nodejs", version = "6.7.5")
2323
bazel_dep(name = "rules_python", version = "1.9.0")
2424
bazel_dep(name = "rules_shell", version = "0.7.1")
2525
bazel_dep(name = "bazel_skylib", version = "1.9.0")
@@ -109,7 +109,6 @@ use_repo(
109109
tree_sitter_extractors_deps,
110110
"vendor_ts__anyhow-1.0.100",
111111
"vendor_ts__argfile-0.2.1",
112-
"vendor_ts__cc-1.2.61",
113112
"vendor_ts__chalk-ir-0.104.0",
114113
"vendor_ts__chrono-0.4.42",
115114
"vendor_ts__clap-4.5.48",
@@ -157,9 +156,7 @@ use_repo(
157156
"vendor_ts__tracing-subscriber-0.3.20",
158157
"vendor_ts__tree-sitter-0.26.8",
159158
"vendor_ts__tree-sitter-embedded-template-0.25.0",
160-
"vendor_ts__tree-sitter-generate-0.26.8",
161159
"vendor_ts__tree-sitter-json-0.24.8",
162-
"vendor_ts__tree-sitter-language-0.1.5",
163160
"vendor_ts__tree-sitter-python-0.23.6",
164161
"vendor_ts__tree-sitter-ql-0.23.1",
165162
"vendor_ts__tree-sitter-ruby-0.23.1",
@@ -322,7 +319,7 @@ go_sdk.download(version = "1.26.5")
322319

323320
go_deps = use_extension("@gazelle//:extensions.bzl", "go_deps")
324321
go_deps.from_file(go_mod = "//go/extractor:go.mod")
325-
use_repo(go_deps, "com_github_stretchr_testify", "org_golang_x_mod", "org_golang_x_tools")
322+
use_repo(go_deps, "com_github_stretchr_testify", "org_golang_x_mod", "org_golang_x_sys", "org_golang_x_tools")
326323

327324
ripunzip_archive = use_repo_rule("//misc/ripunzip:ripunzip.bzl", "ripunzip_archive")
328325

actions/ql/lib/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.4.40
2+
3+
### Minor Analysis Improvements
4+
5+
* Altered the logic of `EnvironmentCheck` to make sure it is a check that protects only for non-toctou. This change will result in more results being found by the queries: `actions/untrusted-checkout-toctou/high` and `actions/untrusted-checkout-toctou/critical`.
6+
17
## 0.4.39
28

39
No user-facing changes.

actions/ql/lib/change-notes/2026-07-09-environment-check-alteration.md renamed to actions/ql/lib/change-notes/released/0.4.40.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
---
2-
category: minorAnalysis
3-
---
4-
* Altered the logic of `EnvironmentCheck` to make sure it is a check that protects only for non-toctou. This change will result in more results being found by the queries: `actions/untrusted-checkout-toctou/high` and `actions/untrusted-checkout-toctou/critical`.
1+
## 0.4.40
2+
3+
### Minor Analysis Improvements
4+
5+
* Altered the logic of `EnvironmentCheck` to make sure it is a check that protects only for non-toctou. This change will result in more results being found by the queries: `actions/untrusted-checkout-toctou/high` and `actions/untrusted-checkout-toctou/critical`.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
lastReleaseVersion: 0.4.39
2+
lastReleaseVersion: 0.4.40

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

actions/ql/src/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.32
2+
3+
No user-facing changes.
4+
15
## 0.6.31
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.6.32
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.6.31
2+
lastReleaseVersion: 0.6.32

0 commit comments

Comments
 (0)