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 b8c9f72 commit 5f77577Copy full SHA for 5f77577
javascript/ql/lib/semmle/javascript/dataflow/TypeTracking.qll
@@ -138,7 +138,7 @@ class TypeTracker extends TTypeTracker {
138
TypeTracker step(DataFlow::SourceNode pred, DataFlow::SourceNode succ) {
139
exists(StepSummary summary |
140
StepSummary::step(pred, succ, summary) and
141
- result = this.append(summary)
+ result = pragma[only_bind_out](this).append(summary)
142
)
143
}
144
0 commit comments