mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
JS: Remove a fixed spurious alert
This commit is contained in:
@@ -33,7 +33,7 @@ express().get('/some/path', function (req, res) {
|
||||
foo.indexOf();
|
||||
}
|
||||
if (foo instanceof Array) {
|
||||
foo.indexOf(); // $ SPURIOUS: Alert
|
||||
foo.indexOf();
|
||||
}
|
||||
|
||||
(foo + f()).indexOf();
|
||||
|
||||
Reference in New Issue
Block a user