logoalt Hacker News

ameliusyesterday at 2:22 PM1 replyview on HN

Perhaps I missed it but I don't see any false positives mentioned.


Replies

mozdecoyesterday at 2:26 PM

[working for Mozilla]

That's because there were none. All bugs came with verifiable testcases (crash tests) that crashed the browser or the JS shell.

For the JS shell, similar to fuzzing, a small fraction of these bugs were bugs in the shell itself (i.e. testing only) - but according to our fuzzing guidelines, these are not false positives and they will also be fixed.

show 4 replies