mirror of
https://github.com/github/codeql.git
synced 2026-04-21 23:14:03 +02:00
update select statement, update test cases
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, sink.getNode() + "This command line depends on a $@.",
|
||||
select sink.getNode(), source, sink, "This command line depends on a $@.",
|
||||
source.getNode(), "user-provided value"
|
||||
|
||||
Reference in New Issue
Block a user