π Release: beta β master#111
Merged
Merged
Conversation
β¦base The security-patches stage sed was targeting 3.0.19-1~deb12u2 but the pinned distroless digest (sha256:6c75c6e) ships 3.0.18-1~deb12u2 in its dpkg metadata. The grep found no files, sed ran on nothing, the metadata was never patched, and Trivy reported the old 3.0.18 version string despite the patched .so files being overlaid. Fix: replace the two-step grep|xargs|sed with a single find -exec sed using a regex that matches any 3.0.1x version and replaces it with 3.0.20-1~deb12u2, making it robust against any intermediate version the distroless image embeds. Safety net: add all 6 libssl3 CVEs (CVE-2026-31789 CRITICAL, CVE-2026- 28387/28388/28389/28390/45447 HIGH) to .trivyignore with documented exploitability assessment. These entries are suppression fallbacks only; the primary fix is the Dockerfile metadata patch + .so overlay. Closes the Trivy CRITICAL + 5x HIGH failures introduced by commit 4d2beb2.
rajashish147
enabled auto-merge (squash)
July 10, 2026 12:27
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.
π Automated Release PR
This PR contains all changes from beta to master.
π¦ Latest Changes
π§ Notes