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 fuzz tests for bundle, tlog and verify packages #272

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

AdamKorcz
Copy link
Contributor

Summary

This adds nine fuzz tests for 3 different packages.
pkg/bundle:

  • FuzzBundle

pkg/tlog:

  • FuzzParseEntry

pkg/verify:

  • FuzzVerifyTimestampAuthorityWithoutThreshold
  • FuzzVerifyTimestampAuthorityWithThreshold
  • FuzzVerifyArtifactTransparencyLog
  • FuzzSignedEntityVerifier
  • FuzzVerifySignatureWithoutArtifactOrDigest
  • FuzzVerifySignatureWithArtifactWithoutDigest
  • FuzzVerifySignatureWithArtifactDigest

Release Note

Documentation

@AdamKorcz AdamKorcz requested a review from a team as a code owner August 15, 2024 11:44
@AdamKorcz AdamKorcz force-pushed the fuzz-1 branch 2 times, most recently from 1baf117 to df99d12 Compare August 15, 2024 11:59
DavidKorczynski pushed a commit to google/oss-fuzz that referenced this pull request Aug 17, 2024
Should wait for sigstore/sigstore-go#272

@codysoyland @haydentherapper @bobcallaway @DavidKorczynski for info

Signed-off-by: Adam Korczynski <adam@adalogics.com>
Copy link
Contributor

@haydentherapper haydentherapper left a comment

Choose a reason for hiding this comment

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

Thanks! Just need to fix the linter errors.

Signed-off-by: Adam Korczynski <adam@adalogics.com>
@haydentherapper haydentherapper enabled auto-merge (squash) August 19, 2024 15:05
@haydentherapper haydentherapper merged commit f9235ff into sigstore:main Aug 19, 2024
10 checks passed
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