fix(deps): patch HIGH security vulnerabilities in Go dependencies#44
Merged
EItanya merged 1 commit intokagent-dev:mainfrom Feb 12, 2026
Merged
Conversation
124265d to
a97f113
Compare
EItanya
approved these changes
Feb 12, 2026
Upgrade all Go dependencies to latest versions and bump bundled CLI tools (kubectl 1.35.1, helm 4.1.1) to address HIGH severity vulnerabilities flagged by security scanning. Pin kubescape/storage to v0.0.239 (latest compatible release) as v0.2.0 removed APIs we depend on. 8 remaining HIGHs cannot be addressed as they originate from upstream pre-compiled binaries (istioctl 1.28.3, kubectl-argo-rollouts 1.8.3) which are already at their latest releases: ✅ TOOLS_ARGO_ROLLOUTS_VERSION=1.8.3 == v1.8.3 ✅ TOOLS_CILIUM_VERSION=0.19.0 == v0.19.0 ✅ TOOLS_ISTIO_VERSION=1.28.3 == 1.28.3 ❌ TOOLS_HELM_VERSION=4.1.0 != v4.1.1 (bumped) ❌ TOOLS_KUBECTL_VERSION=1.35.0 != v1.35.1 (bumped) Signed-off-by: Matteo Mori <matteo.mori@rvu.co.uk> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
a97f113 to
7d98c76
Compare
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
Known limitations
8 HIGH vulnerabilities remain in upstream pre-compiled binaries (istioctl v1.28.3,
kubectl-argo-rollouts v1.8.3) that are already at their latest releases. These will
be resolved when Istio and Argo Rollouts publish new versions with updated
golang.org/x/net and go.opentelemetry.io/otel/sdk.
Test plan
make test-only— all 15 packages passmake docker-buildsucceeds