fix(deps): update build-tools submodule for CVE remediation - #358
Merged
Conversation
RHCLOUD-48999 Update insights-frontend-builder-common submodule (72c2bef → 848c3b9) to pick up latest Node.js UBI and Caddy base image updates. Run npm audit fix to resolve fixable npm vulnerabilities. Fixes CVE-2026-45447 (openssl-libs), CVE-2026-52845, CVE-2026-52844 (caddy/v2) via base image rebuild. CVE-2026-58016 (glib2) and CVE-2026-54369 (libacl) have no fix available upstream. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
aferd
approved these changes
Jul 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.
Description
Update the
build-tools(insights-frontend-builder-common) submodule from72c2befto848c3b9and runnpm audit fixto remediate container image CVEs flagged by ACS scan on GovCloud clustercrcfrp01ugw1.RHCLOUD-48999
Fixable Important CVEs addressed by base image rebuild:
Not fixable (no upstream fix available):
The submodule update brings Node.js UBI image
9.8-1780375952(fixes openssl-libs RPM CVEs) and triggers a rebuild withcaddy-ubi:latest(fixes Caddy Go CVEs). Thenpm audit fixresolves additional fixable npm vulnerabilities (ws, dompurify, monaco-editor).Note: Mintmaker PR #356 targets the same submodule update — this PR supersedes it with the additional npm audit fix.
Screenshots
N/A — no UI changes, dependency update only.
Checklist ☑️