mirror of
https://github.com/github/codeql.git
synced 2026-04-23 15:55:18 +02:00
format the query file
This commit is contained in:
@@ -85,5 +85,5 @@ class Configuration extends TaintTracking::Configuration {
|
||||
|
||||
from Configuration cfg, DataFlow::PathNode source, DataFlow::PathNode sink
|
||||
where cfg.hasFlowPath(source, sink)
|
||||
select sink.getNode(), source, sink, "This command line depends on a $@.",
|
||||
source.getNode(), "user-provided value"
|
||||
select sink.getNode(), source, sink, "This command line depends on a $@.", source.getNode(),
|
||||
"user-provided value"
|
||||
|
||||
Reference in New Issue
Block a user