JS: Update score and add CWE-730 to LoopBoundInjection

This is a denial-of-service query, but was missing the CWE-730 tag
("denial of service") and consequently had a lower score than the
other DoS queries.
This commit is contained in:
Asger Feldthaus
2021-10-05 08:42:41 +02:00
parent 682a71176d
commit c4e8af983a

View File

@@ -4,10 +4,11 @@
* property can cause indefinite looping.
* @kind path-problem
* @problem.severity warning
* @security-severity 6.5
* @security-severity 7.5
* @id js/loop-bound-injection
* @tags security
* external/cwe/cwe-834
* external/cwe/cwe-730
* @precision high
*/