Skip to content

fix(security): remediate CVE vulnerabilities - #355

Open
ulucinar wants to merge 1 commit into
mainfrom
fix/cve-remediation-main-20260912-111758
Open

fix(security): remediate CVE vulnerabilities#355
ulucinar wants to merge 1 commit into
mainfrom
fix/cve-remediation-main-20260912-111758

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-5026 High stdlib go1.25.13
GO-2026-6090 High stdlib go1.25.13
GO-2026-5972 High stdlib go1.25.13
GO-2026-6088 High stdlib go1.25.13
GO-2026-6089 High stdlib go1.25.13
GO-2026-6218 Medium stdlib go1.25.13
GO-2026-6091 Medium stdlib go1.25.13
GHSA-vp52-pcj8-j9qc High google.golang.org/grpc v1.83.2
GHSA-qc2q-p7wx-3px3 Medium google.golang.org/grpc v1.83.2
GHSA-2v4p-qf9q-27wj High google.golang.org/grpc v1.83.2

Changes Made

  • Updated Go toolchain from go1.25.12 to go1.25.13 in go.mod
  • Updated google.golang.org/grpc from v1.82.1 to v1.83.2 in go.mod
  • Updated GO_VERSION from 1.25.12 to 1.25.13 in .github/workflows/ci.yml
  • Ran go mod tidy to update go.sum and transitive dependencies

References

Verification

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

- Update Go toolchain to 1.25.13 (fixes GO-2026-5026, GO-2026-6090, GO-2026-5972, GO-2026-6088, GO-2026-6089, GO-2026-6218, GO-2026-6091)
- Update google.golang.org/grpc to v1.83.2 (fixes GHSA-vp52-pcj8-j9qc, GHSA-qc2q-p7wx-3px3, GHSA-2v4p-qf9q-27wj)
- Update CI workflow Go version to 1.25.13

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