Suggestion: Continuous Fuzzing #246

Closed
opened 2026-01-19 18:29:35 +00:00 by michael · 5 comments
Owner

Originally created by @yevgenypats on GitHub.

Hi, I'm Yevgeny Pats Founder of Fuzzit - Continuous fuzzing as a service platform.

We have a free plan for OSS and I would be happy to contribute a PR if that's interesting.
The PR will include the following

  • go-fuzz fuzzers (This is generic step not-connected to fuzzit)
  • Continuous Fuzzing of master branch which will generate new corpus and look for new crashes
  • Regression on every PR that will run the fuzzers through all the generated corpus and fixed crashes from previous step. This will prevent new or old bugs from crippling into master.

You can see our basic example fuzzitdev/example-go and you can see an example of "in the wild" integration google/syzkaller.

Let me know if this is something worth working on.

Cheers,
Yevgeny

Originally created by @yevgenypats on GitHub. Hi, I'm Yevgeny Pats Founder of [Fuzzit](https://fuzzit.dev) - Continuous fuzzing as a service platform. We have a free plan for OSS and I would be happy to contribute a PR if that's interesting. The PR will include the following - [go-fuzz](https://github.com/dvyukov/go-fuzz) fuzzers (This is generic step not-connected to fuzzit) - Continuous Fuzzing of master branch which will generate new corpus and look for new crashes - Regression on every PR that will run the fuzzers through all the generated corpus and fixed crashes from previous step. This will prevent new or old bugs from crippling into master. You can see our basic example [fuzzitdev/example-go](https://github.com/fuzzitdev/example-go) and you can see an example of "in the wild" integration [google/syzkaller](https://github.com/google/syzkaller). Let me know if this is something worth working on. Cheers, Yevgeny
Author
Owner

@yevgenypats commented on GitHub:

Sure. Will put it in our pipeline and ping you once the draft PR is ready.

@yevgenypats commented on GitHub: Sure. Will put it in our pipeline and ping you once the draft PR is ready.
Author
Owner

@paolafrancesca commented on GitHub:

@yevgenypats I would prefer you will create the PR with a first support for this test feature, thanks

@paolafrancesca commented on GitHub: @yevgenypats I would prefer you will create the PR with a first support for this test feature, thanks
Author
Owner

@yevgenypats commented on GitHub:

@aspacca Thanks for your reply we will put it on the near roadmap.

Also, I need to mention that we have a reward program in case you have time/want to implement this yourself I would be happy to reward you as well as get unbiased feedback on how smooth the integration was. Let me know what you prefer.

@yevgenypats commented on GitHub: @aspacca Thanks for your reply we will put it on the near roadmap. Also, I need to mention that we have a [reward program](https://fuzzit.dev/2019/08/12/announcing-rewards-for-go-rust-oss-projects/) in case you have time/want to implement this yourself I would be happy to reward you as well as get unbiased feedback on how smooth the integration was. Let me know what you prefer.
Author
Owner

@paolafrancesca commented on GitHub:

hello @yevgenypats, thanks for your interest in this project. your PR is welcome

@paolafrancesca commented on GitHub: hello @yevgenypats, thanks for your interest in this project. your PR is welcome
Author
Owner

@paolafrancesca commented on GitHub:

thanks!

@paolafrancesca commented on GitHub: thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dutchcoders/transfer.sh#246