Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FuzzTest set up and OSS-Fuzz integration #43

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DavidKorczynski
Copy link

Adds a fuzzer using the FuzzTest framework https://github.com/google/fuzztest

The fuzzer is a migration of 8294639 to the fuzztest set up.

Recently, Quiche was integrated into OSS-Fuzz https://github.com/google/oss-fuzz/tree/master/projects/quiche It would be great to set it up so the OSS-Fuzz integration uses the fuzzers directly from Quiche, and set it up so whenever new fuzzers are added in Quiche then these will be automatically picked up by OSS-Fuzz. Integrating with FuzzTest will make this a smooth process as OSS-Fuzz already has support for FuzzTest. We can also migrate the other fuzzer 31bbf1d recently added.

If you'd like to integrate with OSS-Fuzz, would it be possible to get a list of maintainer emails that I can put as CC in the project.yaml on OSS-Fuzz? https://github.com/google/oss-fuzz/blob/master/projects/quiche/project.yaml

@DavidKorczynski DavidKorczynski force-pushed the fuzztest-integration branch 3 times, most recently from f8d2fad to e92d3ff Compare June 5, 2023 11:09
Adds a fuzzer using the FuzzTest framework.
https://github.com/google/fuzztest

The fuzzer is a migration of
google@8294639
to the fuzztest set up.

This is also an effort to follow up on a recent OSS-Fuzz integration
https://github.com/google/oss-fuzz/tree/master/projects/quiche

Signed-off-by: David Korczynski <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant