top | item 32664719

(no title)

andrei | 3 years 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.

discuss

order

Thaxll|3 years ago

Fuzzing network protocol is a good usecase.

intelVISA|3 years ago

Fuzzing everything is absolutely essential imo.