fix(deps): update DOMPurify and runtime image packages - #3276
Merged
Conversation
Signed-off-by: Adrien Langou <alangou@nvidia.com>
alangou
requested review from
a team,
derekwaynecarr,
mrunalp and
sjenning
as code owners
September 11, 2026 10:25
|
Label |
SDAChess
approved these changes
Sep 11, 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
Refresh runtime image packages and the Mermaid linter's DOMPurify dependency. The supervisor previously installed firewall tools without upgrading OpenSSL already present in Alpine; rebuilt images now pick up distro package updates. No application code changes.
Related Issue
Maintenance of upstream dependencies using published fixes. No new vulnerability is disclosed and no public security issue was filed, following
SECURITY.md.Changes
distroless/cc-debian13:nonrootdigest. Both amd64 and arm64 includelibssl3t64 3.5.7-1~deb13u2.apk upgrade --no-cachebefore installing supervisor firewall tools, retaining Alpine 3.22. The rebuilt amd64 image includeslibssl3andlibcrypto3at3.5.8-r0.Testing
mise run pre-commitpassed on a clean checkout of the pushed commit.mise run cipassed on the same commit, including Go SDK CI, Rust dependency policy checks, lint/type checks, and unit/integration tests./usr/sbinonPATHand a short tmpfs temporary path for filesystem/socket tests.mise run e2e:docker: passed CLI conformance and 120 Rust E2E tests with the rebuilt supervisor.OPENSHELL_AUDITABLE=1; verified startup and embedded.dep-v0metadata. Trivy 0.74.0 detected 503 Rust packages in the gateway and 386 in the supervisor, with no Rust findings and no High/Critical findings in either image.CVE-2026-85091at Medium with no fixed version reported. This PR does not claim to resolve every scanner finding.Checklist