We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee43db1 commit a71567dCopy full SHA for a71567d
1 file changed
javascript/ql/src/Security/CWE-079/UnsafeJQueryPlugin.ql
@@ -16,7 +16,8 @@ import semmle.javascript.security.dataflow.UnsafeJQueryPlugin::UnsafeJQueryPlugi
16
import DataFlow::PathGraph
17
18
from
19
- Configuration cfg, DataFlow::PathNode source, DataFlow::PathNode sink, JQuery::JQueryPluginMethod plugin
+ Configuration cfg, DataFlow::PathNode source, DataFlow::PathNode sink,
20
+ JQuery::JQueryPluginMethod plugin
21
where
22
cfg.hasFlowPath(source, sink) and
23
source.getNode().(Source).getPlugin() = plugin and
0 commit comments