mozilla / scanjs

[DEPRECATED] Static analysis tool for javascript code.
Other
429 stars 38 forks source link

[testing][false negative] - setInterval rule #86

Closed pwnetrationguru closed 10 years ago

pwnetrationguru commented 10 years ago

setInterval rule misses the following dangerous examples:

var intervalID = window.setInterval("console.log(2)", 500);
something.setInterval("console.log(3)", 500);
pauljt commented 10 years ago

fixed in new scanner