format the query file

This commit is contained in:
am0o0
2024-06-13 14:54:29 +02:00
parent 9db334d02f
commit bb03a9faba

View File

@@ -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"