fix(cve): Go dependency security updates for release-v0.49.x (CVE-2026-56852, CVE-2026-39822, GHSA-hrxh-6v49-42gf) - #2906
Closed
theakshaypant wants to merge 1 commit into
Conversation
…pendency security updates - Update golang.org/x/text v0.38.0 → v0.39.0 (CVE-2026-56852 / GO-2026-5970, CVSS 7.5) - Update go 1.26.4 → go 1.26.5 (CVE-2026-39822 / GO-2026-4970) - Update google.golang.org/grpc v1.81.1 → v1.82.1 (GHSA-hrxh-6v49-42gf) - Run go mod tidy + go mod verify + go mod vendor All CVEs appear in ROSA-GovCloud compliance scan tickets for pipelines-as-code-{controller,watcher,webhook}-rhel9 container images. Minimum safe patch versions in the same minor line used throughout. Resolves: SRVKP-13182, SRVKP-13183, SRVKP-13192 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Member
Author
|
Not needed |
theakshaypant
deleted the
fix/cve-2026-golang-deps-release-v0.49.x-attempt-1
branch
August 6, 2026 07:11
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release-v0.49.x #2906 +/- ##
==================================================
Coverage ? 61.54%
==================================================
Files ? 213
Lines ? 17510
Branches ? 0
==================================================
Hits ? 10776
Misses ? 5913
Partials ? 821
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
Summary
This PR fixes 3 fixable Important-severity CVEs in
release-v0.49.xidentified by a ROSA-GovCloud FedRAMP compliance scan affecting the following container images:pipelines-pipelines-as-code-controller-rhel9pipelines-pipelines-as-code-watcher-rhel9pipelines-pipelines-as-code-webhook-rhel9FedRAMP SLA deadline: 2026-08-26
CVE Details
Note:
golang.org/x/netwas already at the fixed version (v0.56.0 ≥ required v0.56.0).Fix Method
godirective in go.mod from 1.26.4 → 1.26.5go mod tidy,go mod verify, andgo mod vendorContext
These CVEs also appear in
mainwhich already has newer versions (x/text v0.40.0, grpc v1.83.0, go 1.26.5). This PR backports the minimum required fix to therelease-v0.49.xmaintenance branch.Test Results
Status: ✅ All tests passed
Test command:
go test ./pkg/...Exit code: 0
Result: PASSED — all packages in
./pkg/suite passedFull provider tests (GitHub, GitLab, Bitbucket, Gitea), reconciler, resolver, webhook, and all other packages passed without issues.
Breaking Changes
None — all upgrades are minimum safe patch versions within the same minor line. No breaking API changes in any of the updated packages.
Verification Steps
Risk Assessment
Risk: LOW
mainbranch already runs with equal or newer versionsJira Issues
Resolves: SRVKP-13182, SRVKP-13183, SRVKP-13192
🤖 Generated by CVE Fixer Workflow