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 374c157 commit 44d785fCopy full SHA for 44d785f
swift/ql/test/library-tests/dataflow/flowsources/FlowSourcesInline.ql
@@ -35,10 +35,10 @@ module FlowSourcesTest implements TestSig {
35
value = describe(source)
36
)
37
or
38
- exists(DataFlow::Node source, DataFlow::Node sink |
+ 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(source, sink) and
+ TestFlow::flow(_, sink) and
42
location = sink.getLocation() and
43
element = sink.toString() and
44
tag = "tainted" and
0 commit comments