JS: Add @problem.severity to an example query

This commit is contained in:
Asger Feldthaus
2021-03-25 15:14:48 +00:00
parent 7aae51c876
commit c812bd948a

View File

@@ -2,6 +2,7 @@
* @name Taint-tracking to 'eval' calls
* @description Tracks user-controlled values into 'eval' calls (special case of js/code-injection).
* @kind problem
* @problem.severity error
* @tags security
* @id js/examples/eval-taint
*/