Skip to content

build(deps): bump Go from 1.25.5 to 1.25.7#1980

Merged
TerryHowe merged 2 commits into
oras-project:mainfrom
TerryHowe:bump-go-1.25.7
Feb 18, 2026
Merged

build(deps): bump Go from 1.25.5 to 1.25.7#1980
TerryHowe merged 2 commits into
oras-project:mainfrom
TerryHowe:bump-go-1.25.7

Conversation

@TerryHowe

Copy link
Copy Markdown
Member

Summary

  • Bumps Go toolchain from 1.25.5 to 1.25.7 across go.mod, test/e2e/go.mod, Dockerfile, and release-github.yml
  • Addresses GHSA-mwr6-mfr3-mcv5 by fixing all 6 reported stdlib CVEs:
CVE Severity Description
CVE-2025-68121 CRITICAL Unexpected session resumption in crypto/tls
CVE-2025-58183 HIGH Unbounded allocation parsing GNU sparse map (archive/tar)
CVE-2025-61726 HIGH Memory exhaustion in net/url query parameter parsing
CVE-2025-61728 HIGH Excessive CPU in archive/zip index building
CVE-2025-61729 HIGH DoS via crafted x509 certificates
CVE-2025-61730 HIGH TLS 1.3 handshake record issue

Test plan

  • All unit tests pass with Go 1.25.7
  • Build succeeds for darwin/arm64
  • CI build and test workflow passes

Addresses GHSA-mwr6-mfr3-mcv5 by upgrading the Go toolchain to 1.25.7,
which fixes 6 stdlib CVEs including critical CVE-2025-68121.

Signed-off-by: Terry Howe <terrylhowe@gmail.com>
Missed updating test/e2e/go.work which caused the e2e tests and CodeQL
analysis to fail due to go.work listing go 1.25.5 while modules require
go 1.25.7.

Signed-off-by: Terry Howe <terrylhowe@gmail.com>
@codecov

codecov Bot commented Feb 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.14%. Comparing base (dd045e9) to head (e08de1e).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1980      +/-   ##
==========================================
- Coverage   87.21%   87.14%   -0.08%     
==========================================
  Files         143      143              
  Lines        5539     5539              
==========================================
- Hits         4831     4827       -4     
- Misses        421      425       +4     
  Partials      287      287              

☔ View full report in Codecov by Sentry.
📢 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.

@sabre1041 sabre1041 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bupd bupd left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@TerryHowe TerryHowe merged commit 86d6d51 into oras-project:main Feb 18, 2026
9 checks passed
@TerryHowe TerryHowe deleted the bump-go-1.25.7 branch February 18, 2026 00:11
TerryHowe added a commit to TerryHowe/oras that referenced this pull request Mar 4, 2026
Signed-off-by: Terry Howe <terrylhowe@gmail.com>
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.

4 participants