Skip to content

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

Open
ulucinar wants to merge 1 commit into
release-0.10from
fix/cve-remediation-release-0.10-20260724-153656
Open

fix(security): remediate CVE vulnerabilities for release-0.10#334
ulucinar wants to merge 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>
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