Skip to content

fix(security): remediate CVE vulnerabilities for release-0.10#334

Merged
ulucinar merged 1 commit into
release-0.10from
fix/cve-remediation-release-0.10-20260724-153656
Jul 27, 2026
Merged

fix(security): remediate CVE vulnerabilities for release-0.10#334
ulucinar merged 1 commit into
release-0.10from
fix/cve-remediation-release-0.10-20260724-153656

Conversation

@ulucinar

Copy link
Copy Markdown
Collaborator

Summary

This PR fixes CVE vulnerabilities identified by security scanning.

Vulnerabilities Fixed

CVE/GHSA Severity Package Fixed Version
GO-2026-5856 Medium stdlib go1.25.12
GO-2026-4970 High stdlib go1.25.12
GO-2026-5970 High golang.org/x/text v0.39.0
GO-2026-5942 High golang.org/x/net v0.56.0
GHSA-hrxh-6v49-42gf High google.golang.org/grpc v1.82.1

Changes Made

  • Updated Go version from 1.25.11 to 1.25.12 in go.mod
  • Updated golang.org/x/text from v0.37.0 to v0.39.0 in go.mod
  • Updated golang.org/x/net from v0.55.0 to v0.56.0 in go.mod
  • Updated google.golang.org/grpc from v1.79.3 to v1.82.1 in go.mod
  • Updated GO_VERSION to 1.25.12 in .github/workflows/ci.yml
  • Ran go mod tidy to update transitive dependencies

References

Verification

  • Rescanned with cve-scan skill after fixes
  • All listed vulnerabilities resolved

- Update Go version to 1.25.12 (fixes GO-2026-5856, GO-2026-4970)
- Update golang.org/x/text to v0.39.0 (fixes GO-2026-5970)
- Update golang.org/x/net to v0.56.0 (fixes GO-2026-5942)
- Update google.golang.org/grpc to v1.82.1 (fixes GHSA-hrxh-6v49-42gf)

Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>

@sergenyalcin sergenyalcin left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Thanks @ulucinar LGTM!

@ulucinar
ulucinar merged commit 6b35ed8 into release-0.10 Jul 27, 2026
6 checks passed
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.

2 participants