We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed1f25 commit ea90698Copy full SHA for ea90698
1 file changed
javascript/ql/test/library-tests/Arrays/arrays.js
@@ -107,4 +107,6 @@
107
var arr8_spread = [];
108
arr8_spread = arr8_spread.toSpliced(0, 0, ...arr);
109
sink(arr8_spread.pop()); // NOT OK
110
+
111
+ sink(arr.findLast(someCallback)); // NOT OK -- Should be flagged by the taint tracking rule, but it is not.
112
});
0 commit comments