You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: validate glob patterns and exclude names, clarify regex escaping
- globMatch: use explicit \[ \] escaping in character class for clarity
- globMatch: wrap RegExp in try/catch, fall back to substring on malformed patterns
- pruneRegistry: sanitize excludeNames, filtering empty/non-string values
Impact: 2 functions changed, 4 affected
0 commit comments