mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
autoformat
This commit is contained in:
@@ -19,4 +19,5 @@ import DataFlow::PathGraph
|
|||||||
from Configuration cfg, DataFlow::PathNode source, DataFlow::PathNode sink, Sink sinkNode
|
from Configuration cfg, DataFlow::PathNode source, DataFlow::PathNode sink, Sink sinkNode
|
||||||
where cfg.hasFlowPath(source, sink) and sinkNode = sink.getNode()
|
where cfg.hasFlowPath(source, sink) and sinkNode = sink.getNode()
|
||||||
select sinkNode.getAlertLocation(), source, sink, "$@ based on libary input is later used in $@.",
|
select sinkNode.getAlertLocation(), source, sink, "$@ based on libary input is later used in $@.",
|
||||||
sinkNode.getAlertLocation(), sinkNode.getSinkType(), sinkNode.getCommandExecution(), "shell command"
|
sinkNode.getAlertLocation(), sinkNode.getSinkType(), sinkNode.getCommandExecution(),
|
||||||
|
"shell command"
|
||||||
|
|||||||
Reference in New Issue
Block a user