Skip to content

fix(security): bump Go to 1.25.10 to patch stdlib CVEs#122

Merged
iamvirul merged 3 commits into
mainfrom
fix/security-go-1.25.10-vuln
May 20, 2026
Merged

fix(security): bump Go to 1.25.10 to patch stdlib CVEs#122
iamvirul merged 3 commits into
mainfrom
fix/security-go-1.25.10-vuln

Conversation

@iamvirul
Copy link
Copy Markdown
Owner

Summary

  • Bumps Go from 1.25.91.25.10 in go.mod and all CI workflow jobs
  • Fixes 4 govulncheck findings that were failing the Security Scan on main

Vulnerabilities Fixed

ID Package Issue
GO-2026-4982 html/template XSS via meta content URL bypass
GO-2026-4980 html/template XSS via escaper bypass
GO-2026-4971 net Panic on NUL byte in Dial/LookupPort (Windows)
GO-2026-4918 net/http HTTP/2 infinite loop on bad SETTINGS_MAX_FRAME_SIZE

Test plan

  • Security Scan CI job passes (govulncheck ./... exits 0)
  • All other CI jobs (unit tests, integration tests, lint, build) remain green

Addresses 4 govulncheck findings in go1.25.9 stdlib:
- GO-2026-4982 & GO-2026-4980: XSS in html/template
- GO-2026-4971: panic on NUL byte in net (Windows)
- GO-2026-4918: HTTP/2 infinite loop in net/http

All fixed in go1.25.10.
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 19, 2026

Warning

Rate limit exceeded

@iamvirul has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 58 minutes and 3 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 3991510e-0300-4146-9466-51bec00b1881

📥 Commits

Reviewing files that changed from the base of the PR and between 8bb81e9 and a350143.

📒 Files selected for processing (3)
  • .github/workflows/ci.yml
  • CHANGELOG.md
  • go.mod
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/security-go-1.25.10-vuln

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions Bot added the documentation Improvements or additions to documentation label May 19, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@iamvirul iamvirul merged commit 0208978 into main May 20, 2026
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies documentation Improvements or additions to documentation github-actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant