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

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

Merged
merged 4 commits into from
May 15, 2023

Conversation

arthurscchan
Copy link
Collaborator

Summary

Add fuzzer for dev.sigstore.bundle package

Release Note

Documentation

Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
@arthurscchan
Copy link
Collaborator Author

@AdamKorcz

Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
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).

arthurscchan and others added 2 commits May 15, 2023 13:09
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
@loosebazooka loosebazooka merged commit e778f64 into sigstore:main May 15, 2023
7 of 8 checks passed
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.

None yet

4 participants