Bump github.com/google/cel-go from 0.26.1 to 0.29.0 - #632
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
dependabot
Bot
requested review from
Robbie Zhang (robbiezhang),
Ruinan Liu (ruinan-liu),
Tingting Liu (tilnl) and
xiazhan
as code owners
July 25, 2026 03:14
Ruinan Liu (ruinan-liu)
approved these changes
Jul 25, 2026
Ruinan Liu (ruinan-liu)
enabled auto-merge (squash)
July 25, 2026 03:15
Ruinan Liu (ruinan-liu)
pushed a commit
that referenced
this pull request
Aug 7, 2026
## What Bumps `golang.org/x/net`, `golang.org/x/text` and the Go toolchain to clear CVEs reported against `eno-controller` and `eno-reconciler` at `v0.2.15`, which is the currently deployed tag in AKS. ```diff -toolchain go1.25.11 +toolchain go1.25.12 -golang.org/x/net v0.54.0 +golang.org/x/net v0.56.0 -golang.org/x/text v0.37.0 +golang.org/x/text v0.39.0 ``` `x/sync`, `x/sys` and `x/term` moved as transitive consequences of `go mod tidy`. No source changes. ## Why Trivy reports 11 findings against `v0.2.15` (5 HIGH, 5 MEDIUM, 1 UNKNOWN): | Library | Version | CVEs | |---|---|---| | `golang.org/x/net` | v0.54.0 | CVE-2026-25680, -25681, -27136, -39821, -42502, -42506, -46600 | | `golang.org/x/text` | v0.37.0 | CVE-2026-56852 | | `stdlib` | 1.25.11 | CVE-2026-39822, CVE-2026-42505 | | `github.com/google/cel-go` | v0.26.1 | GHSA-gcjh-h69q-9w9g | `CVE-2026-46600` requires `x/net` ≥ 0.56.0, which is why this goes to 0.56.0 rather than 0.55.0. cel-go is **not** included here — it is already handled by #632. With both merged, each image reaches 0. ## Verification — CVEs cleared Built both images from this branch and from unmodified `v0.2.15`, then scanned each with the same trivy build. ``` $ docker run --rm -v /tmp/trivy-cache:/root/.cache \ mcr.microsoft.com/oss/v2/aquasecurity/trivy:v0.72.0-5 \ image --skip-version-check eno-eno-controller:baseline-v0.2.15 │ eno-controller │ gobinary │ 11 │ Total: 11 (UNKNOWN: 1, LOW: 0, MEDIUM: 5, HIGH: 5, CRITICAL: 0) ``` ``` $ docker run --rm -v /tmp/trivy-cache:/root/.cache \ mcr.microsoft.com/oss/v2/aquasecurity/trivy:v0.72.0-5 \ image --skip-version-check eno-eno-controller:fixed │ eno-controller │ gobinary │ 1 │ Total: 1 (UNKNOWN: 0, LOW: 0, MEDIUM: 1, HIGH: 0, CRITICAL: 0) │ github.com/google/cel-go │ GHSA-gcjh-h69q-9w9g │ MEDIUM │ fixed │ v0.26.1 │ 0.29.0 │ ``` | Image | Before | After | |---|---|---| | `eno-controller` | 11 | **1** (cel-go, covered by #632) | | `eno-reconciler` | 11 | **1** (cel-go, covered by #632) | All 5 HIGH cleared on both images. ## Verification — no behavioral regression Full unit suite via the `make test` invocation (`setup-envtest`, k8s 1.36.2 assets), run against unmodified `v0.2.15` and against this branch. | | baseline `v0.2.15` | this branch | |---|---|---| | packages `ok` | 24 | 24 | | failing tests | 2 | 2 | Identical, and the two failures are pre-existing on unmodified `v0.2.15`: ``` --- FAIL: TestHelmOwnershipTransfer --- FAIL: TestHelmOwnershipTransferAfterCreation ``` One run on this branch additionally showed `TestOverrideVPAUpdateMode` failing. I chased it rather than assuming it was noise: - `-run '^TestOverrideVPAUpdateMode$' -count=5` → **5/5 pass** - full `./internal/controllers/reconciliation` package, 3 repeats → **3/3 pass**, only the two pre-existing failures each time It is a flaky envtest under parallel load, not a consequence of this change. ## Note on `bewang/cves` That branch also touches these dependencies but moves them **backwards** (`toolchain 1.25.11 → 1.25.9`, `x/net 0.54.0 → 0.43.0`, `x/text 0.37.0 → 0.28.0`) — it predates current `main`, so merging it would increase the CVE count. Flagging so it isn't mistaken for an existing fix. Co-authored-by: Mohamed Owda <mohamedowda@microsoft.com>
Bumps [github.com/google/cel-go](https://github.com/google/cel-go) from 0.26.1 to 0.29.0. - [Release notes](https://github.com/google/cel-go/releases) - [Commits](cel-expr/cel-go@v0.26.1...v0.29.0) --- updated-dependencies: - dependency-name: github.com/google/cel-go dependency-version: 0.29.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/go_modules/github.com/google/cel-go-0.29.0
branch
from
August 7, 2026 20:08
5fbfe04 to
b1533ad
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps github.com/google/cel-go from 0.26.1 to 0.29.0.
Release notes
Sourced from github.com/google/cel-go's releases.
... (truncated)
Commits
fa16799avoid repeated construction of cost tracker (#1357)ea3d5c0feat(ext): add json encoder (#1340)a4d0d64startsWith / endsWith runtime cost agreement with checked cost (#1351)d4efa77Ensure receiver and global matches cost estimates agree (#1350)13cff33ext/lists: add max size check to genRange() to prevent OOM (#1310)f0ffa7eExecution frame integration with updated IntepretableV2 (#1344)f1ec2f6guard int32/uint32 map key narrowing in qualifyInternal (#1337)258e7c8Managed execution frame with async call foundations (#1316)14f6746validate offset on empty-string path in indexOf and lastIndexOf (#1335)783267dreject out-of-range minutes in timezone offset parsing (#1336)