Add security-severity metadata

This commit is contained in:
Calum Grant
2021-05-24 17:16:22 +01:00
parent e7b9603c5b
commit a594afb828
352 changed files with 364 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
* exponential time on certain inputs.
* @kind path-problem
* @problem.severity error
* @security-severity 3.6
* @precision high
* @id js/regex-injection
* @tags security

View File

@@ -4,9 +4,11 @@
* attacks.
* @kind path-problem
* @problem.severity warning
* @security-severity 3.6
* @precision high
* @id js/server-crash
* @tags security
* external/cwe/cwe-248
* external/cwe/cwe-730
*/