Go Fuzzing is Beta Ready
We are excited to announce that native fuzzing is ready for beta testing in its development branch, dev.fuzz!
Fuzzing is a type of automated testing which continuously manipulates inputs to a program to find issues such as panics or bugs. These semi-random data mutations can discover new code coverage that existing unit tests may miss, and uncover edge case bugs which would otherwise go unnoticed. Since fuzzing can reach these edge cases, fuzz testing is particularly valuable for finding security exploits and vulnerabilities.
Source: Fuzzing is Beta Ready, an article by Katie Hockman and Jay Conrod.