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.
tap
1 parent fc6b779 commit eb18c3cCopy full SHA for eb18c3c
javascript/ql/test/library-tests/TripleDot/underscore.string.js
@@ -117,4 +117,8 @@ function chaining() {
117
.strip().lstrip().rstrip().camelcase()
118
.q(source("s17")).ljust(10, source("s18"))
119
.rjust(10, source("s19"))); // $ hasTaintFlow=s16 hasTaintFlow=s17 hasTaintFlow=s18 hasTaintFlow=s19
120
+
121
+ sink(s(source("s20")).tap(function(value) {
122
+ return value + source("s21");
123
+ }).value()); // $ MISSING: hasTaintFlow=s20 MISSING: hasTaintFlow=s21
124
}
0 commit comments