update select statement, update test cases

This commit is contained in:
am0o0
2024-06-07 21:26:16 +02:00
parent 8258e377dd
commit 9db334d02f
2 changed files with 5 additions and 6 deletions

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, sink.getNode() + "This command line depends on a $@.",
select sink.getNode(), source, sink, "This command line depends on a $@.",
source.getNode(), "user-provided value"