[Security] UID2-7576/7577/7578: Upgrade brace-expansion 5.0.8 + postcss 8.5.18#1049
Merged
Conversation
Resolves HIGH-severity npm vulnerabilities flagged by the Trivy scan: - brace-expansion: CVE-2026-14257 (ReDoS). The existing override pin brace-expansion@5 was on the vulnerable 5.0.7; bumped to 5.0.8. - postcss: CVE-2026-45623 (arbitrary file read), GHSA-r28c-9q8g-f849 (path traversal). Added postcss@8 override pinned to 8.5.18. Lockfile regenerated. UID2-7576 UID2-7577 UID2-7578 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
swibi-ttd
previously approved these changes
Jul 27, 2026
swibi-ttd
approved these changes
Jul 27, 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
Resolves HIGH-severity npm dependency vulnerabilities flagged by the scheduled Trivy scan.
brace-expansionbrace-expansion@5override pin bumped5.0.7→5.0.8postcsspostcss@8override8.5.18Both are build/tooling transitive deps (not reachable at runtime), but drop-in fixed versions exist so we upgrade rather than suppress.
package-lock.jsonregenerated —brace-expansionnow resolves to 5.0.8 andpostcssto 8.5.18 everywhere.Tickets
UID2-7576 (brace-expansion); UID2-7577, UID2-7578 (postcss)
Testing
Build runs in CI.