-
-
Notifications
You must be signed in to change notification settings - Fork 515
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: isaacs/node-glob
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v11.0.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: isaacs/node-glob
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v11.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 20 commits
- 14 files changed
- 6 contributors
Commits on Apr 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2ffd918 - Browse repository at this point
Copy the full SHA 2ffd918View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd61f24 - Browse repository at this point
Copy the full SHA fd61f24View commit details
Commits on Jun 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for af3d7e1 - Browse repository at this point
Copy the full SHA af3d7e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f998c0 - Browse repository at this point
Copy the full SHA 4f998c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for af2e7ce - Browse repository at this point
Copy the full SHA af2e7ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cb281d - Browse repository at this point
Copy the full SHA 6cb281dView commit details
Commits on Sep 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 93e56e9 - Browse repository at this point
Copy the full SHA 93e56e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for de6479f - Browse repository at this point
Copy the full SHA de6479fView commit details
Commits on Oct 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 780735e - Browse repository at this point
Copy the full SHA 780735eView commit details
Commits on Nov 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for de93864 - Browse repository at this point
Copy the full SHA de93864View commit details -
PR-URL: #631 Credit: @JamBalaya56562 Close: #631 Reviewed-by: @isaacs
Configuration menu - View commit details
-
Copy full SHA for 7e190e8 - Browse repository at this point
Copy the full SHA 7e190e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1527e2b - Browse repository at this point
Copy the full SHA 1527e2bView commit details -
Fix punctuation in traversal function documentation
Updated the traversal function documentation to maintain consistency in punctuation. PR-URL: #617 Credit: @shaymolcho Close: #617 Reviewed-by: @
Configuration menu - View commit details
-
Copy full SHA for 13e68ea - Browse repository at this point
Copy the full SHA 13e68eaView commit details -
fix: correct typos in
README.mdPR-URL: #613 Credit: @spageektti Close: #613 Reviewed-by: @isaacs
Configuration menu - View commit details
-
Copy full SHA for c9773c2 - Browse repository at this point
Copy the full SHA c9773c2View commit details -
docs: add better links to path-scurry docs
PR-URL: #609 Credit: @jedwards1211 Close: #609 Reviewed-by: @isaacs
Configuration menu - View commit details
-
Copy full SHA for 0559b0e - Browse repository at this point
Copy the full SHA 0559b0eView commit details -
docs(README): add #anchor and improve
notesPR-URL: #591 Credit: @danielbayley Close: #591 Reviewed-by: @6555lee
Configuration menu - View commit details
-
Copy full SHA for dde4fa6 - Browse repository at this point
Copy the full SHA dde4fa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59bf9ca - Browse repository at this point
Copy the full SHA 59bf9caView commit details
Commits on Nov 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for bc33fe1 - Browse repository at this point
Copy the full SHA bc33fe1View commit details -
bin: Do not expose filenames to shell expansion
This resolves GHSA-5j98-mcp5-4vw2, with a minimum of breaking changes for as many users as possible. First, 'shell: true' is only used on the subprocess if set explicitly by the user in the command line, and only if it is not a shell where this can be avoided safely without any reduction in functionality. In this case, a deprecation warning is printed, telling them that it's unsafe, and that it will be removed in a future version. Second, as the only reason for such behavior was to be able to have commands that include positional arguments in the --cmd/-c value, a new option --cmd-arg/-g is added, so that users can pass positional arguments ahead of the file matches, in a way that does not rely on shell expansion. Lastly, as a general quality of life improvement which should keep this entire issue from even mildly inconveniencing most users, when the command contains space or quote characters (and thus, is likely to contain positional arguments), AND the `SHELL` environment variable refers to a shell program with a known way to pass positional arguments to the child process, then we use that technique, again avoiding shell expansion of the resolved file paths (or the user command itself). This applies to sh, ksh, bash, zsh, and fish. This potentially WILL break workflows, and require updating, if they are relying on the automatic shell expansion, in systems other than the known posix shells referenced above. The only likely case that anyone will thus encounter, is running commands on Windows. While there DOES appear to be a way to use a similar trick on Windows, but there are so many more edge cases, I'm not confident I can do so without introducing more bugs (and potentially more security issues). If users find that this breakage is too severe, the fix will be to roll out a subsequent release that turns `--shell` on by default on Windows, if the command contains space or quote characters. Nevertheless, v12 of this library will *not* contain a `--shell` option, and will not run child processes in `shell:true` mode under any circumstances. Note: this was simultaneously and independently reported by two researchers. My sincerest thanks for their time and attention. Reported-by: @Gyde04 "Babajide Emmanuel Fakile" Reported-by: @aisle-research "Pavel Kohout (Aisle Research)" Fix: GHSA-5j98-mcp5-4vw2 Fix: CVE-2025-64756
Configuration menu - View commit details
-
Copy full SHA for 47473c0 - Browse repository at this point
Copy the full SHA 47473c0View commit details
Commits on Nov 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2551fb5 - Browse repository at this point
Copy the full SHA 2551fb5View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v11.0.1...v11.1.0