mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
JS: Add @problem.severity to an example query
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user