We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aae51c commit c812bd9Copy full SHA for c812bd9
javascript/ql/examples/queries/dataflow/EvalTaint/EvalTaint.ql
@@ -2,6 +2,7 @@
2
* @name Taint-tracking to 'eval' calls
3
* @description Tracks user-controlled values into 'eval' calls (special case of js/code-injection).
4
* @kind problem
5
+ * @problem.severity error
6
* @tags security
7
* @id js/examples/eval-taint
8
*/
0 commit comments