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 80cd994 commit e288b07Copy full SHA for e288b07
swift/ql/src/queries/Summary/SummaryStats.ql
@@ -25,7 +25,7 @@ class TaintReachConfig extends TaintTracking::Configuration {
25
26
float taintReach() {
27
exists(TaintReachConfig config, int tainted, int total |
28
- tainted = count(DataFlow::Node n | config.hasFlow(_, n)) and
+ tainted = count(DataFlow::Node n | config.hasFlowTo(n)) and
29
total = count(DataFlow::Node n) and
30
result = (tainted * 1000000.0) / total
31
)
0 commit comments