mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
JavaScript: Make all taint-based security queries have @kind path-problem.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
* @description User input should not be used in regular expressions without first being escaped,
|
||||
* otherwise a malicious user may be able to inject an expression that could require
|
||||
* exponential time on certain inputs.
|
||||
* @kind problem
|
||||
* @kind path-problem
|
||||
* @problem.severity error
|
||||
* @precision high
|
||||
* @id js/regex-injection
|
||||
|
||||
Reference in New Issue
Block a user