Skip to content

chore: upgrade glob from 10_2_7 to 10_5_0 - #19

Closed
alchemain-syedali[bot] wants to merge 1 commit into
masterfrom
felix/upgrade/glob-7_2_3
Closed

chore: upgrade glob from 10_2_7 to 10_5_0#19
alchemain-syedali[bot] wants to merge 1 commit into
masterfrom
felix/upgrade/glob-7_2_3

Conversation

@alchemain-syedali

Copy link
Copy Markdown

This pull request updates the glob dependency from version 10.2.7 to 10.5.0. The primary motivation is to address a security vulnerability identified as GHSA-5j98-mcp5-4vw2, which affects the glob CLI’s -c/--cmd flag. In vulnerable versions, when the --cmd option is used, the matched file paths are passed to a shell command with shell: true, creating a command injection vector. An attacker who can control the file names (e.g., through a crafted repository or upload) could execute arbitrary shell commands.

Upgrading to 10.5.0 resolves this by ensuring that matched paths are properly escaped or handled in a way that prevents injection. No code changes were required in our repository—the dependency version was updated in the package manifest, and the rest of our usage is compatible without modification.

@alchemain-syedali alchemain-syedali Bot mentioned this pull request Jun 29, 2026
@Syed-Ali-05
Syed-Ali-05 deleted the felix/upgrade/glob-7_2_3 branch June 30, 2026 19:11
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.

1 participant