Hacker News new | ask | show | jobs
by andrei 1386 days ago
A lot of folks we talk to think fuzzing is only useful for finding memory leaks in C++ programs, so we wanted to show how adding a single fuzz test to your API can find SQL injection and other logic bugs.

Would love to hear others' experience with Go fuzzing now that it's been out for a few months.

2 comments

Fuzzing network protocol is a good usecase.
Fuzzing everything is absolutely essential imo.