Fuzzing Closed-Source JavaScript Engines with Coverage Feedback

Posted by Ivan Fratric, Project Zero tl;dr I combined Fuzzilli  (an open-source JavaScript engine fuzzer), with TinyInst  (an open-sou… Read more

Similar

Refactoring 30000 lines of JavaScript with types

30000 lines of client-side JavaScript. No tests. Two difficult TV deployment platforms with poor tooling. Strong dependencies on poorly documented external APIs. The task: add support for a third TV platform to the two supported platforms and switch to a ...

Read more »

Yes, vanilla JavaScript does scale

There’s a never-ending myth I see circulating on Twitter every few weeks: Vanilla JS doesn’t scale. This is complete nonsense. What does “scale” even mean? Is the implication is that vanilla JS literally cannot handle the load of large applications the ... (more…)

Read more »