Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 178 Bytes

detect-non-literal-regexp.md

File metadata and controls

7 lines (4 loc) · 178 Bytes

Pattern: Use of RegExp(variable)

Issue: -

Description

Detects RegExp(variable), which might allow an attacker to DOS your server with a long-running regular expression.