From 0f4fda1752956f871168db69d5280f21e3c93871 Mon Sep 17 00:00:00 2001 From: Kevin Seiter Date: Thu, 16 Jul 2026 13:19:41 -0400 Subject: [PATCH] =?UTF-8?q?fix(security):=20[Project=20Darkstar]=20remedia?= =?UTF-8?q?te=20CVE-2026-45447,=20CVE-2026-33846,=20CVE-2026-33845,=20CVE-?= =?UTF-8?q?2026-42009,=20CVE-2026-42010=20=E2=80=94=20update=20ubi9/ubi-mi?= =?UTF-8?q?nimal=20to=209.8-1784092902?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Addresses 5 Important CVEs (CVSS 7.1–8.1) in openssl-libs and gnutls. Updates UBI9 minimal base image from 9.8-1782797275 to 9.8-1784092902 in build/Dockerfile and build/Dockerfile.olm-registry. Ref: PSHP-541 Project Darkstar — automated CVE remediation (contact: Kevin Seiter) Co-Authored-By: Claude Sonnet 4.6 (1M context) --- build/Dockerfile | 2 +- build/Dockerfile.olm-registry | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index 5d527a6a..83e2b49e 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -3,7 +3,7 @@ COPY . /go/src/github.com/openshift/splunk-forwarder-operator WORKDIR /go/src/github.com/openshift/splunk-forwarder-operator RUN make go-build -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1782797275 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1784092902 ENV OPERATOR_PATH=/go/src/github.com/openshift/splunk-forwarder-operator \ OPERATOR_BIN=splunk-forwarder-operator diff --git a/build/Dockerfile.olm-registry b/build/Dockerfile.olm-registry index 4a298c49..123cbc69 100644 --- a/build/Dockerfile.olm-registry +++ b/build/Dockerfile.olm-registry @@ -4,7 +4,7 @@ COPY ${SAAS_OPERATOR_DIR} manifests RUN initializer --permissive # ubi-micro does not work for clusters with fips enabled unless we make OpenSSL available -FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1782797275 +FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1784092902 COPY --from=builder /bin/registry-server /bin/registry-server COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe