Skip to main content

📣 Submit your proposal: OpenSSF Community Days: Japan | India | Europe

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.