ASP-1893: Fix security vulnerabilities in kstreams-app-version-checker and kafka-topic-creator#48
Merged
Merged
Conversation
Fixes security vulnerabilities (CVE-2025-68121, CVE-2025-15467, etc.) in the kstreams-app-version-checker image by upgrading: - Alpine: 3.20 → 3.23 (patches OpenSSL 3.3.7+ and curl 8.14.1+) - kubectl: v1.28.14 → v1.35.4 (compiled with Go ≥1.24.13) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Fixes Go stdlib CVEs (CVE-2025-68121, CVE-2025-61726, CVE-2026-25679, CVE-2026-32280, etc.) flagged by Trivy scan in CI. - Dockerfile: golang 1.22.7 → 1.26.2 - go.mod: go 1.22.7 → 1.26.2 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
harshit-kumar-v2
approved these changes
Apr 16, 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
Fixes critical and high severity CVEs in both images built from this repo by upgrading base images, dependencies, and build toolchain.
kstreams-app-version-checker
kafka-topic-creator
Build plugins
org.hypertrace.repository-plugin: 0.4.0 → 0.5.0org.hypertrace.docker-plugin: 0.9.9 → 0.11.3org.hypertrace.docker-publish-plugin: 0.9.9 → 0.11.3CVEs Addressed
Follow-up
After this is merged and new image versions are published, update
helm/Chart.yamlin the consuming repos (activity-event-service, api-anomaly-detection, api-naming, insights) to reference the new chart version.Jira: ASP-1893