chore: upgrade glob from 10_2_7 to 10_5_0 - #20
Closed
alchemain-syedali[bot] wants to merge 1 commit into
Closed
Conversation
Open
Syed-Ali-05
force-pushed
the
felix/upgrade/glob-7_2_3
branch
from
June 30, 2026 19:50
911e191 to
d844fb4
Compare
Author
|
Felix pushed a remediation commit to address failed CI checks. Monitoring will continue until checks pass. |
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.
This pull request updates the
globdependency 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/--cmdflag executed matched file paths withshell: 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
--cmduses 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.