[auto-sec] Fix brace-expansion GHSA-mh99-v99m-4gvg in aspire.dev frontend - #1412
Open
IEvangelist wants to merge 1 commit into
Open
[auto-sec] Fix brace-expansion GHSA-mh99-v99m-4gvg in aspire.dev frontend#1412IEvangelist wants to merge 1 commit into
IEvangelist wants to merge 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the frontend pnpm overrides to remediate GHSA-mh99-v99m-4gvg (brace-expansion) by requiring brace-expansion >= 5.0.8 across the workspace/lockfile configuration.
Changes:
- Widened the
brace-expansionoverride inpnpm-workspace.yamlfrom<5.0.7 => >=5.0.7to<5.0.8 => >=5.0.8. - Updated the corresponding
overrides:section inpnpm-lock.yamlto match.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/frontend/pnpm-workspace.yaml | Updates the workspace-level override to require brace-expansion >= 5.0.8. |
| src/frontend/pnpm-lock.yaml | Updates the lockfile overrides to match the new brace-expansion requirement. |
Files not reviewed (1)
- src/frontend/pnpm-lock.yaml: Generated file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
28
to
31
| ajv@<6.14.0: 6.14.0 | ||
| ajv@>=7.0.0-alpha.0 <8.18.0: 8.18.0 | ||
| brace-expansion@<5.0.7: '>=5.0.7' | ||
| brace-expansion@<5.0.8: '>=5.0.8' | ||
| devalue@<5.6.4: '>=5.6.4' |
Comment on lines
8
to
14
| '@anthropic-ai/claude-code@<2.0.31': '>=2.0.31' | ||
| ajv@<6.14.0: 6.14.0 | ||
| ajv@>=7.0.0-alpha.0 <8.18.0: 8.18.0 | ||
| brace-expansion@<5.0.7: '>=5.0.7' | ||
| brace-expansion@<5.0.8: '>=5.0.8' | ||
| devalue@<5.6.4: '>=5.6.4' | ||
| dompurify@<3.4.12: '>=3.4.12' | ||
| esbuild@<0.28.1: '>=0.28.1' |
Contributor
Frontend HTML artifact readyThe latest frontend build uploaded the This comment updates automatically when a new frontend build artifact is uploaded. |
IEvangelist
force-pushed
the
dapire/security-deps/aspire-dev-lowrisk-batch
branch
from
July 30, 2026 11:40
63bf8fb to
fc71f4a
Compare
JamesNK
approved these changes
Jul 31, 2026
Dependabot alert #106: brace-expansion DoS (GHSA-mh99-v99m-4gvg, HIGH). - Widen the conditional override to brace-expansion@<5.0.8: '>=5.0.8' in pnpm-workspace.yaml. - Pin brace-expansion to 5.0.8 in pnpm-lock.yaml (now published to the feed; integrity sha512-JZyDyq3D4A...), fully clearing the alert. balanced-match dependency unchanged (4.0.4). Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
IEvangelist
force-pushed
the
dapire/security-deps/aspire-dev-lowrisk-batch
branch
from
July 31, 2026 11:26
fc71f4a to
cbd60cc
Compare
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.
[auto-sec] Fix brace-expansion GHSA-mh99-v99m-4gvg in aspire.dev frontend
Last refreshed: 2026-07-31
Branch rebased on: upstream
microsoft/aspire.devmain(2026-07-31)Canonical PR for cluster:
aspire-dev-lowrisk-batchAlerts addressed
brace-expansion5.0.8inpnpm-lock.yamlAdvisory: brace-expansion DoS — unbounded expansion length causes an out-of-memory process crash.
Changes
src/frontend/pnpm-workspace.yaml: overridebrace-expansion@<5.0.8: '>=5.0.8'.src/frontend/pnpm-lock.yaml:brace-expansionpinned5.0.7 → 5.0.8(integritysha512-JZyDyq3D4A…);balanced-matchunchanged (4.0.4).Surgical 4-line lockfile change — no other transitive versions touched.
Verification
brace-expansion@5.0.8is now published to the configured feed; the lockfile pins it, so the alert clears on merge.npm pack brace-expansion@5.0.8(matches the lock).--frozen-lockfileconsistent — only a transitive version bump forced by the pre-existing override; no importer/manifest changes.main.Related / non-overlapping PRs
Bump the npm-all group … 11 updates) is a routine, non-security batch (astro, eslint, typescript, prettier, …). It does not includebrace-expansion, so there is no security overlap with this canonical PR and it is intentionally left independent.Canonical PR identity
dapire/security-deps/aspire-dev-lowrisk-batchautomated-securityaspire-dev-lowrisk-batch[auto-sec]PR for this cluster.