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 f1c6dc1 commit 1c298f0Copy full SHA for 1c298f0
javascript/ql/test/library-tests/TaintTracking/tst.js
@@ -57,4 +57,6 @@ function test() {
57
}
58
59
tagged`foo ${"safe"} bar ${x} baz`;
60
+
61
+ sink(x.reverse()); // NOT OK -- Should be caught but isn't
62
0 commit comments