We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a535db commit 9f87446Copy full SHA for 9f87446
1 file changed
javascript/ql/test/query-tests/Security/CWE-843/tst.js
@@ -33,7 +33,7 @@ express().get('/some/path', function (req, res) {
33
foo.indexOf();
34
}
35
if (foo instanceof Array) {
36
- foo.indexOf(); // $ SPURIOUS: Alert
+ foo.indexOf();
37
38
39
(foo + f()).indexOf();
0 commit comments