JavaScript: Make all taint-based security queries have @kind path-problem.

This commit is contained in:
Max Schaefer
2018-11-08 12:44:43 +00:00
parent 65bcf0f526
commit 60a1357092
30 changed files with 30 additions and 30 deletions

View File

@@ -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