Search

Suggested keywords:
  • Java
  • Docker
  • Git
  • React
  • NextJs
  • Spring boot
  • Laravel

Clusterfuzz - All your bug are belong to us

  • Share this:
post-title
ClusterFuzz is a scalable fuzzing infrastructure which finds security and stability issues in software. It is used by Google for fuzzing the Chrome Browser, and serves as the fuzzing backend for OSS-Fuzz. Fuzzing or fuzz testing is an automated software testing technique that involves providing invalid, unexpected, or random data as inputs to a computer program. The program is then monitored for exceptions such as crashes, failing built-in code assertions, or potential memory leaks.

ClusterFuzz provides many features to seamlessly integrate fuzzing into a software project’s development process. It is highly scalable and automatically files bug, verifies and closes the same from issue tracker.
https://google.github.io/clusterfuzz
https://github.com/google/clusterfuzz
License:
Tech: