ROB-266 Fix Vanta CVEs: Go 1.26.4 + slack-go v0.23.1#113
Merged
Conversation
Remediates the open vulnerabilities Vanta flagged against the kubewatch image: - Pin the build image to golang:1.26.4 and set the go.mod toolchain to go1.26.4 so the binary is compiled with a patched standard library. Fixes 14 Go stdlib CVEs (CVE-2026-33811/33814/39817/39819/39820/ 39823/39825/39826/39836/42499/42501/42504/42507, CVE-2026-27145). - Upgrade github.com/slack-go/slack v0.6.5 -> v0.23.1. Fixes GHSA-gxhx-2686-5h9g. The APIs in use (slack.New, PostMessage, MsgOption*, WebhookMessage, PostWebhook) are unchanged. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
# Conflicts: # Dockerfile # go.mod
Sheeproid
approved these changes
Jun 7, 2026
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
Remediates all open vulnerabilities Vanta flagged against the kubewatch container image. Two changes clear the entire list:
This branch was merged with master, which separately bumped the builder to golang:1.26.2 (PR 111). The merge keeps Go 1.26.4 since it supersedes 1.26.2 and is the floor required by the HIGH CVEs above, and preserves master glibc and stdlib CVE comments.
Tests performed
Generated with Claude Code.