Jsfuzz – a coverage-guided fuzzer for testing JavaScript/Node packages ↦
Fuzzing for safe languages like nodejs is a powerful strategy for finding bugs like unhandled exceptions, logic bugs, security bugs that arise from both logic bugs and Denial-of-Service caused by hangs and excessive memory usage.
As we recently learned on Go Time: pessimists write tests, fuzz functions, and sleep well at night. 💤
Discussion
Sign in or Join to comment or subscribe