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

jar type: add fuzzer for 3rd-party dep #1360

Merged
merged 1 commit into from Mar 4, 2023

Conversation

AdamKorcz
Copy link
Contributor

Summary

This adds a fuzzer for github.com/sassoftware/relic/lib/signjar.Verify(). This API is already covered, but this more focused fuzzer will test it is faster.

This PR also adds additional bug detectors to github.com/sassoftware/relic.

The hash that the OSS-Fuzz script checks out in Relic is the version that Rekor uses.

Release Note

Documentation

Signed-off-by: AdamKorcz <adam@adalogics.com>
@AdamKorcz AdamKorcz requested review from bobcallaway and a team as code owners February 25, 2023 11:08
@codecov
Copy link

codecov bot commented Feb 25, 2023

Codecov Report

Merging #1360 (186a41a) into main (389d359) will increase coverage by 0.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1360      +/-   ##
==========================================
+ Coverage   64.10%   64.12%   +0.02%     
==========================================
  Files          82       82              
  Lines        7906     7906              
==========================================
+ Hits         5068     5070       +2     
+ Misses       2184     2182       -2     
  Partials      654      654              
Flag Coverage Δ
e2etests 47.81% <ø> (ø)
unittests 42.67% <ø> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pkg/types/helm/v0.0.1/entry.go 49.18% <0.00%> (ø)
pkg/types/rekord/v0.0.1/entry.go 67.60% <0.00%> (+0.62%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@bobcallaway bobcallaway merged commit 2edebe2 into sigstore:main Mar 4, 2023
@github-actions github-actions bot added this to the v1.1.0 milestone Mar 4, 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.

None yet

2 participants