fast-glob
fast-glob copied to clipboard
:rocket: It's a very fast and efficient glob library for Node.js
### What is the purpose of this pull request? … ### What changes did you make? (Give an overview) …
### What is the purpose of this pull request? Fixes #438. ### What changes did you make? (Give an overview) …
### Environment * OS Version: Windows 11 * Node.js Version: v22.3.0 ### Actual && Expected behavior Question: How to match all the files (e.g. `.jpg`) in `D:/`? For test cases...
### What is the purpose of this pull request? To avoid warnings about GHSA-952p-6rrq-rcjv aka CVE-2024-4067 I am a transitive user of fast-glob, so I figured it'd be nice to...
### Issue Vulnerability *Regular Expression Denial of Service (ReDoS)* found in package micromatch v4.0.7 The NPM package `micromatch` prior to version 4.0.8 is vulnerable to Regular Expression Denial of Service...
### What is the purpose of this pull request? `escape` doesn't currently escape commas, meaning that paths containing commas can unexpectedly change the glob pattern. ### What changes did you...
### Environment * OS Version: Windows 10 22H2 * Node.js Version: 22.8.0 ### Actual behavior `fast-glob` matches `` with a `/**` pattern only if `` is a dynamic pattern (assuming...
### Environment * OS Version: Windows 10 22H2 * Node.js Version: 22.8.0 ### Actual behavior it looks like `fast-glob` has inconsistent behavior around trailing `/` in patterns and the behavior...