Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 342 Bytes

detect-unsafe-regex.md

File metadata and controls

7 lines (4 loc) · 342 Bytes

Detects potentially unsafe regular expressions, which may take a very long time to run, blocking the event loop (security/detect-unsafe-regex)

⚠️ This rule warns in the ✅ recommended config.

More information: Regular Expression DoS and Node.js