fix(security): remediate CVE vulnerabilities - #222
Conversation
- 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) - Update CI workflow to use Go 1.25.12 Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
|
Can we fix this on main and cherrypick/backport to the release branch? |
|
Also release-0.7 is latest |
|
Maybe we need to get renovate to run on the release branches? That might be the best solution. |
|
Hi @bobh66, Some context for the other readers here: With so many release branches we are maintaining in the ecosystem, it's operationally easier for us to target the release branches for CVE fixes directly, instead of going through the main. But nothing prevents us from targeting the main branch directly as well (as mentioned above). |
|
I'll give targeting the main branch a try after merging this PR. I'll also chat with @erhancagirici regarding the renovate configurations in main. |
Summary
This PR fixes CVE vulnerabilities identified by security scanning.
Vulnerabilities Fixed
Changes Made
go mod tidyto update dependenciesReferences
Verification
cve-scanskill after fixes