Skip to content

Remove unused KeylessSigningFuzzer #456

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 1 commit into from
May 27, 2023

Conversation

arthurscchan
Copy link
Contributor

Summary

KeylessSigningFuzzer is originally created as the first template of fuzzers for sigstore-java following the suggested steps for keyless signing. But it is not working at all because it is blocked by the OAuth2 authentication request. In addition, each of the detailed operations for the keyless signing has been fuzzed and covered by separate fuzzers. This makes KeylessSigningFuzzer useless. This PR aims to remove this fuzzers from the code base.

Release Note

Documentation

Signed-off-by: Arthur Chan <[email protected]>
@arthurscchan
Copy link
Contributor Author

@AdamKorcz

@loosebazooka loosebazooka merged commit cc66d81 into sigstore:main May 27, 2023
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.

2 participants