mozilla / scanjs

[DEPRECATED] Static analysis tool for javascript code.
Other
428 stars 39 forks source link

[testing][false positive] - message rule #83

Closed pwnetrationguru closed 10 years ago

pwnetrationguru commented 10 years ago

Our message rule flags the following SAFE case when it shouldn't:

function message() { console.log(1); }
pauljt commented 10 years ago

Fixed in new scanner.