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 fuzzing #5

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Add fuzzing #5

wants to merge 3 commits into from

Conversation

kaleidawave
Copy link
Owner

@kaleidawave kaleidawave commented Jan 13, 2025

Copied the fuzzing logic from Ezno. Looking for panics when parsing strings and maybe more?

@kaleidawave kaleidawave added the fuzz-me Runs fuzzing on the current PR label Jan 13, 2025
@kaleidawave
Copy link
Owner Author

Copied the fuzzing logic from Ezno! Looks like it is already finding issues to attend to!

@addisoncrump @jasikpark thanks for the code. ATM this project is just a parser so no output + reparse. I wonder if there is anything interesting that could be done in this simpler project?

@addisoncrump
Copy link

Could always fuzz while comparing against a "known good" JSON parser :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fuzz-me Runs fuzzing on the current PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants