Skip to content

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

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#20
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 to address a critical security vulnerability (GHSA-5j98-mcp5-4vw2).

Vulnerability details:
In affected versions of the glob CLI, the -c / --cmd flag executed matched file paths with shell: true, enabling command injection. An attacker could craft a file name containing shell metacharacters (e.g., backticks or $()) to execute arbitrary commands on the system when glob is used with command execution.

What changed and why it matters:
The fix in glob 10.5.0 ensures that command execution via --cmd uses safe execution without shell expansion or properly escapes arguments. By upgrading, we eliminate the risk of this command injection attack in any workflow that leverages the glob CLI for executing commands on matched files.

No code changes were required in our repository; the update is a straightforward dependency version bump.

@alchemain-syedali alchemain-syedali Bot mentioned this pull request Jun 30, 2026
@Syed-Ali-05
Syed-Ali-05 force-pushed the felix/upgrade/glob-7_2_3 branch from 911e191 to d844fb4 Compare June 30, 2026 19:50
@alchemain-syedali

Copy link
Copy Markdown
Author

Felix pushed a remediation commit to address failed CI checks. Monitoring will continue until checks pass.

@Syed-Ali-05 Syed-Ali-05 closed this Jul 1, 2026
@Syed-Ali-05
Syed-Ali-05 deleted the felix/upgrade/glob-7_2_3 branch July 1, 2026 20:20
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