We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb1bac commit 12f2539Copy full SHA for 12f2539
swift/ql/test/library-tests/dataflow/flowsources/FlowSourcesInline.ql
@@ -38,7 +38,7 @@ module FlowSourcesTest implements TestSig {
38
exists(DataFlow::Node sink |
39
// this is not really what the "flowsources" test is about, but sometimes it's helpful to
40
// have sinks and confirm that taint reaches obvious points in the flow source test code.
41
- TestFlow::flow(_, sink) and
+ TestFlow::flowTo(sink) and
42
location = sink.getLocation() and
43
element = sink.toString() and
44
tag = "tainted" and
0 commit comments