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

ClusterFuzzLite integration #87

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

DavidKorczynski
Copy link

This adds fuzzing by way of ClusterFuzzLite, which is a GitHub action that will perform a short amount of fuzzing for new PRs. The goal is to use fuzzing to catch bugs that may be introduced by new PRs.

I added a fuzzer that targets the parsing logic, and currently set the timeout of CFLite to 200 seconds. CFLite will flag if the fuzzer finds any issues in the code introduced by a PR.

Signed-off-by: David Korczynski <david@adalogics.com>
Copy link
Owner

@kimkulling kimkulling left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 small findings, rest looks nice. Thanks foir your contribution.

.clusterfuzzlite/parser_fuzzer.cpp Show resolved Hide resolved
.clusterfuzzlite/parser_fuzzer.cpp Outdated Show resolved Hide resolved
Signed-off-by: David Korczynski <david@adalogics.com>
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.

None yet

2 participants