from Hacker News

ClusterFuzzLite: Continuous Fuzzing for All

by metzmanj on 11/11/21, 3:12 PM with 3 comments

  • by michaelw on 11/11/21, 4:11 PM

    Here's a simple way to think about fuzzing. If you're not fuzzing your interface to find vulnerabilities, someone else is.
  • by rurban on 11/12/21, 6:38 AM

    Super nice to extend their oss-fuzz services to everybody. I'm already using oss-fuzz, but will add this to my GitHub actions for many other projects of mine. You just need to be able to compile your C project with clang++. oss-fuzz has more fuzzers, but libfuzzer is good enough.
  • by zachs7 on 11/11/21, 4:28 PM

    This looks super useful.