Skip to main content

📣 OpenSSF Community Day NA CFP is now live. Submit your proposal.

Fuzzing

A fuzzer is a tool that implements a dynamic analysis approach called fuzz testing or fuzzing. In fuzz testing, you generate a large number of inputs, run the program, and see if the program behaves badly (e.g., crashes or hangs).

The OSS Fuzzing Special Interest Group, part of the Security Tooling Working Group, aims to improve open source code fuzzing via open source tooling.