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 570260b commit a65f80eCopy full SHA for a65f80e
javascript/ql/test/library-tests/TaintTracking/tst.js
@@ -59,4 +59,5 @@ function test() {
59
tagged`foo ${"safe"} bar ${x} baz`;
60
61
sink(x.reverse()); // NOT OK
62
+ sink(x.toSpliced()); // NOT OK -- Should be caught, but it is not
63
}
0 commit comments