Skip to content

Security: Fix multiple Go dependency CVEs (release-v0.49.x) - #2905

Closed
theakshaypant wants to merge 1 commit into
release-v0.49.xfrom
fix/cve-2026-go-deps-release-v0.49.x-attempt-1
Closed

Security: Fix multiple Go dependency CVEs (release-v0.49.x)#2905
theakshaypant wants to merge 1 commit into
release-v0.49.xfrom
fix/cve-2026-go-deps-release-v0.49.x-attempt-1

Conversation

@theakshaypant

Copy link
Copy Markdown
Member

Summary

This PR updates Go and several Go module dependencies on the release-v0.49.x branch to address multiple Important/Critical CVEs identified in the GovCloud FedRAMP compliance scan.

CVE Details

CVE Severity CVSS Component Fix
CVE-2026-39822 IMPORTANT Go stdlib Upgrade Go 1.26.4 → 1.26.5
CVE-2026-56852 IMPORTANT 7.5 golang.org/x/text Upgrade 0.38.0 → 0.39.0
GHSA-hrxh-6v49-42gf IMPORTANT google.golang.org/grpc Upgrade 1.81.1 → 1.82.1
GHSA-gcjh-h69q-9w9g MODERATE github.com/google/cel-go Upgrade 0.28.1 → 0.29.0

Changes Made

  • go.mod: Go version 1.26.41.26.5
  • go.mod: golang.org/x/text v0.38.0v0.39.0
  • go.mod: google.golang.org/grpc v1.81.1v1.82.1
  • go.mod: github.com/google/cel-go v0.28.1v0.29.0
  • vendor/: Updated via go mod vendor

Test Results

Status: ✅ PASSED

Test command: GOTOOLCHAIN=go1.26.5 go test ./pkg/...
Result: All unit tests pass
Build: GOTOOLCHAIN=go1.26.5 go build ./... succeeds with no errors

Verification Steps

  • Verify CVEs are resolved by re-scanning the rebuilt container image
  • Confirm no regression in CI/CD pipeline
  • Review dependency upgrade changelogs for breaking changes

Breaking Changes

None expected. All upgrades are within the same minor version line (patch releases or minor bumps with backward-compatible APIs).

Risk Assessment

Risk: Low — these are security patch releases with no breaking API changes. Build succeeds and all unit tests pass.

Jira Issues

Resolves: SRVKP-13183, SRVKP-13182, SRVKP-13192, SRVKP-11965


🤖 Generated by CVE Fixer Workflow

- Upgrade Go from 1.26.4 to 1.26.5 (fixes CVE-2026-39822 in stdlib)
- Upgrade golang.org/x/text from 0.38.0 to 0.39.0 (fixes CVE-2026-56852)
- Upgrade google.golang.org/grpc from 1.81.1 to 1.82.1 (fixes GHSA-hrxh-6v49-42gf)
- Upgrade github.com/google/cel-go from 0.28.1 to 0.29.0 (fixes GHSA-gcjh-h69q-9w9g)
- Run go mod tidy + go mod vendor to sync all dependencies
- All unit tests pass

Resolves: SRVKP-13183, SRVKP-13182, SRVKP-13192, SRVKP-11965

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@linux-foundation-easycla

Copy link
Copy Markdown

CLA Missing ID

  • ❌ The email address for the commit (e75a9f8) is not linked to the GitHub account, preventing the EasyCLA check. Consult this Help Article and GitHub Help to resolve. (To view the commit's email address, add .patch at the end of this PR page's URL.) For further assistance with EasyCLA, please visit our EasyCLA portal and chat with our support bot.

@codecov

codecov Bot commented Aug 5, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (release-v0.49.x@25d6710). Learn more about missing BASE report.

Additional details and impacted files
@@                Coverage Diff                 @@
##             release-v0.49.x    #2905   +/-   ##
==================================================
  Coverage                   ?   61.54%           
==================================================
  Files                      ?      213           
  Lines                      ?    17510           
  Branches                   ?        0           
==================================================
  Hits                       ?    10776           
  Misses                     ?     5913           
  Partials                   ?      821           
Flag Coverage Δ
unit-tests 61.54% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@theakshaypant

Copy link
Copy Markdown
Member Author

Not needed

@theakshaypant
theakshaypant deleted the fix/cve-2026-go-deps-release-v0.49.x-attempt-1 branch August 5, 2026 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant