Skip to content

Commit b8ba31a

Browse files
committed
autoformat
1 parent 0758413 commit b8ba31a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

javascript/ql/src/Security/CWE-078/UnsafeShellCommandConstruction.ql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ import DataFlow::PathGraph
1919
from Configuration cfg, DataFlow::PathNode source, DataFlow::PathNode sink, Sink sinkNode
2020
where cfg.hasFlowPath(source, sink) and sinkNode = sink.getNode()
2121
select sinkNode.getAlertLocation(), source, sink, "$@ based on libary input is later used in $@.",
22-
sinkNode.getAlertLocation(), sinkNode.getSinkType(), sinkNode.getCommandExecution(), "shell command"
22+
sinkNode.getAlertLocation(), sinkNode.getSinkType(), sinkNode.getCommandExecution(),
23+
"shell command"

0 commit comments

Comments
 (0)