Skip to content

fix(cli): bump glob to fix brace-expansion DoS - #1030

Open
vavsab wants to merge 2 commits into
gregberge:mainfrom
vavsab:fix-glob-brace-expansion-cve
Open

fix(cli): bump glob to fix brace-expansion DoS#1030
vavsab wants to merge 2 commits into
gregberge:mainfrom
vavsab:fix-glob-brace-expansion-cve

Conversation

@vavsab

@vavsab vavsab commented Jul 28, 2026

Copy link
Copy Markdown

Fixes #1029.

Bumps `glob` from `^8.0.3` to `^13.0.6` in `@svgr/cli`, resolving a transitive `brace-expansion` DoS (GHSA-mh99-v99m-4gvg). Updated the import to glob's current named-export API (`glob.sync` → `sync`), same behavior.

Verified: built the CLI and ran it against real SVG input (directory arg and glob-pattern arg), output unchanged.

cc @gregberge — could you review/merge/release when you get a chance?

@vercel

vercel Bot commented Jul 28, 2026

Copy link
Copy Markdown

Deployment failed with the following error:

The `vercel.json` schema validation failed with the following message: should NOT have additional property `public`

Learn More: https://vercel.com/docs/concepts/projects/project-configuration

@vercel

vercel Bot commented Jul 28, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
svgr Error Error Jul 28, 2026 1:15pm

@vercel

vercel Bot commented Jul 28, 2026

Copy link
Copy Markdown

@vavsab is attempting to deploy a commit to the Greg Berg's projects Team on Vercel.

A member of the Team first needs to authorize it.

@vavsab

vavsab commented Jul 28, 2026

Copy link
Copy Markdown
Author

Fixed the vercel.json schema error (dropped the deprecated public property). Netlify preview is green; the Vercel check now just needs org authorization to run on this fork PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

brace-expansion DoS via outdated glob in @svgr/cli (GHSA-mh99-v99m-4gvg)

1 participant