security: bump cilium v1.17.16 + xz v0.5.15 + go 1.25.12#291
Open
mayankpande88 wants to merge 1 commit into
Open
security: bump cilium v1.17.16 + xz v0.5.15 + go 1.25.12#291mayankpande88 wants to merge 1 commit into
mayankpande88 wants to merge 1 commit into
Conversation
Clears the remaining fixable CVEs in the node-agent binary after v0.1.1: - github.com/cilium/cilium v1.17.15 -> v1.17.16 (patch) - github.com/ulikunitz/xz v0.5.14 -> v0.5.15 (patch) - GO_VERSION 1.25.11 -> 1.25.12 (clears the residual stdlib CVE) Leaves docker v28->v29 and prometheus v0.51->v0.311 (major bumps) for a separately-tested PR. CI validates the CGO/eBPF build.
There was a problem hiding this comment.
Code Review
This pull request updates the Go version in the Dockerfile and bumps the versions of github.com/cilium/cilium and github.com/ulikunitz/xz in go.mod. However, the specified Go version 1.25.12 does not exist, which will cause the Docker build to fail. Please update it to a valid version such as 1.22.12.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Clears the remaining fixable CVEs in the node-agent binary after v0.1.1 (which took it 94 → 9):
github.com/cilium/ciliumv1.17.15 → v1.17.16 (patch)github.com/ulikunitz/xzv0.5.14 → v0.5.15 (patch)GO_VERSION1.25.11 → 1.25.12 (clears the residual Go stdlib CVE)All patch-level;
go mod tidykept the graph clean (only cilium/xz moved in go.mod). CI (go vet/go test/go build) validates the CGO/eBPF build on a Linux runner.Deferred (separate, higher-risk PR)
dockerv28→v29 andprometheusv0.51→v0.311 are major bumps in the coroot fork that can affect container/metric collection — those need dedicated testing, not a patch PR.Part of the nudgebee image-hardening effort (nudgebee/nudgebee#578).