Skip to content

Fuzzing: Add fuzzer for dev.sigstore.bundle package #431

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

Merged
merged 4 commits into from
May 15, 2023

Conversation

arthurscchan
Copy link
Contributor

Summary

Add fuzzer for dev.sigstore.bundle package

Release Note

Documentation

@arthurscchan
Copy link
Contributor Author

@AdamKorcz

Signed-off-by: Arthur Chan <[email protected]>
loosebazooka
loosebazooka previously approved these changes May 11, 2023
@loosebazooka
Copy link
Member

This could probably use a rebase and some fixing up (would prefer rebase to merges btw).

@loosebazooka loosebazooka merged commit e778f64 into sigstore:main May 15, 2023
Boolean choice = data.consumeBoolean();
String string = data.consumeRemainingAsString();

if (choice) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Could it be split in several fuzzers?

Copy link
Member

Choose a reason for hiding this comment

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

@arthurscchan agreed. These seem unrelated. Best to make them separate fuzzers

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.

4 participants