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 for parsing based on JSON schema #25

Open
holtgrewe opened this issue Nov 16, 2022 · 1 comment
Open

Add fuzzing for parsing based on JSON schema #25

holtgrewe opened this issue Nov 16, 2022 · 1 comment

Comments

@holtgrewe
Copy link
Contributor

Use a fuzzing library to generate different JSON input and pass it through the parser. Make sure to use a fixed seed.

@holtgrewe
Copy link
Contributor Author

Some research shows that this is not so simple as there is no pypi-installable json schema based fuzzer that I could find.

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

No branches or pull requests

1 participant