Skip to content

Commit a71567d

Browse files
committed
autoformat
1 parent ee43db1 commit a71567d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

javascript/ql/src/Security/CWE-079/UnsafeJQueryPlugin.ql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ import semmle.javascript.security.dataflow.UnsafeJQueryPlugin::UnsafeJQueryPlugi
1616
import DataFlow::PathGraph
1717

1818
from
19-
Configuration cfg, DataFlow::PathNode source, DataFlow::PathNode sink, JQuery::JQueryPluginMethod plugin
19+
Configuration cfg, DataFlow::PathNode source, DataFlow::PathNode sink,
20+
JQuery::JQueryPluginMethod plugin
2021
where
2122
cfg.hasFlowPath(source, sink) and
2223
source.getNode().(Source).getPlugin() = plugin and

0 commit comments

Comments
 (0)