Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: remove catastrophic backtracking vulnerability
Change template substitution regex to exclude fields with whitespace. This addresses possible O(n^2) catastrophic backtracking behavior. Very unlikely to be exploited. For eslint#10002.
- Loading branch information