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

LibFuzzer, cargo-fuzz and Fuzzit #168

Merged
merged 3 commits into from
Sep 20, 2019
Merged

LibFuzzer, cargo-fuzz and Fuzzit #168

merged 3 commits into from
Sep 20, 2019

Conversation

HeroicKatora
Copy link
Member

@HeroicKatora HeroicKatora commented Sep 19, 2019

Integrates CI checks on the dynamically updated corpus of decoder test cases from fuzzit.dev¹. The end goal is to have fuzzing running with continually updated builds of the master branch but this will give us a large coverage in any case and to expand this to other repositories as well.

The seed of the current corpus was generated with a ~1 hour manual run of cargo-fuzz, with the decoder fuzzing harness included here as well.


¹ More on that soon. @fintelia, can I add you as an additional admin on fuzzit simply to increase bus factor?

It has the better tooling and integration into fuzzit. It should in
general be invoked with the same corpus available for afl or simply be
ran with the public corpus provided by fuzzit.
Current version complains about mismatching argument count when actually
launching the docker container.
@fintelia
Copy link
Contributor

Feel free to add me as an admin on Fuzzit. I've created an account via GitHub login, so I think my username is just "fintelia".

@HeroicKatora
Copy link
Member Author

Found you, it's based on email. Well, and my display name is also my email and I can't find where to change that but it's not a big deal.

@Shnatsel
Copy link
Contributor

Shnatsel commented Mar 2, 2020

There is already a good corpus in png-afl/fuzzing_seeds. Was it incorporated in the corpus used for fuzzit?

@HeroicKatora
Copy link
Member Author

Yes, it was the initial seed for the much larger corpus that's being tested in CI right now.

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.

3 participants