[release-v0.45.x] Security: Fix GHSA-gcjh-h69q-9w9g (github.com/google/cel-go) - #3156
Open
divyansh42 wants to merge 1 commit into
Conversation
Upgrade github.com/google/cel-go from v0.28.1 to v0.29.0. Addresses JSON private fields exposed via NativeTypes and ParseStructTag (GHSA-gcjh-h69q-9w9g). Affected versions are >=0.22.0, <=0.28.1; v0.29.0 is the minimum patched release. Already fixed on main via tektoncd#3069; this backports the same fix to release-v0.45.x. Run go get, go mod tidy, go mod verify, go mod vendor — all passed. go build and go test ./... pass (one pre-existing, unrelated TTY-color test failure in pkg/formatted reproduces on the unmodified branch too). Jira: SRVKP-13176 Signed-off-by: divyansh42 <diagrawa@redhat.com> Assisted-by: Claude Sonnet 5 (via Cursor) Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
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.
Changes
Fix GHSA-gcjh-h69q-9w9g by upgrading
github.com/google/cel-gofromv0.28.1tov0.29.0.CVE Details
NativeTypes/ParseStructTag>=0.22.0, <=0.28.1v0.29.0This CVE was already fixed on
mainvia #3069 but was never backported torelease-v0.45.x. Cross-checking all 14 "Fixable" CVEs listed in SRVKP-13176 againstrelease-v0.45.x, this was the only one still unresolved on this branch (the rest are already at or above their fixed versions, or are RPM/base-image level and not addressable via this repo).Changes Applied
go get github.com/google/cel-go@v0.29.0go mod tidy✅go mod verify✅ (all modules verified)go mod vendor✅Test Results
go build ./...✅go test ./...✅ (one pre-existing, unrelated TTY-color test failure inpkg/formattedreproduces identically on the unmodifiedrelease-v0.45.xbranch — not caused by this change)Submitter Checklist
make checkmake generatedRelease Notes
Made with Cursor