-
Notifications
You must be signed in to change notification settings - Fork 244
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 fuzzer for core helper functions #1153
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1153 +/- ##
===========================================
+ Coverage 77.57% 88.18% +10.61%
===========================================
Files 91 99 +8
Lines 14593 17255 +2662
===========================================
+ Hits 11321 15217 +3896
+ Misses 3272 2038 -1234
Continue to review full report at Codecov.
|
This is another piece split out from PR #1153 Signed-off-by: Dave Thaler <[email protected]>
Filed ossf/scorecard-action#329 to track potential bug in scorecard action resulting in the check failure. |
This is another piece split out from PR #1153 Signed-off-by: Dave Thaler <[email protected]>
This is another piece split out from PR #1153 Signed-off-by: Dave Thaler <[email protected]>
This is another piece split out from PR #1153 Signed-off-by: Dave Thaler <[email protected]>
49cd613
to
76e8cc5
Compare
37375cb
to
14afe1f
Compare
This is another piece split out from PR #1153 Signed-off-by: Dave Thaler <[email protected]>
This is another piece split out from PR #1153 Signed-off-by: Dave Thaler <[email protected]>
2326644
to
33e5dae
Compare
Signed-off-by: Dave Thaler <[email protected]> Initial chunk of business logic Signed-off-by: Dave Thaler <[email protected]> More business logic Signed-off-by: Dave Thaler <[email protected]> Add initial helper fuzzer corpus Signed-off-by: Dave Thaler <[email protected]> Fix code analysis warning Signed-off-by: Dave Thaler <[email protected]> Update docs and CI/CD Signed-off-by: Dave Thaler <[email protected]> Update README.md Signed-off-by: Dave Thaler <[email protected]> Fix analysis warning Signed-off-by: Dave Thaler <[email protected]> Add verifier_fuzzer step to github CI/CD Signed-off-by: Dave Thaler <[email protected]> Add core helper and bpf2c fuzzers to CI/CD Signed-off-by: Dave Thaler <[email protected]> Fix fuzzers in CI/CD Signed-off-by: Dave Thaler <[email protected]> Remove changes for other fuzzers from cicd file Signed-off-by: Dave Thaler <[email protected]> Cleanup Signed-off-by: Dave Thaler <[email protected]>
Signed-off-by: Dave Thaler <[email protected]>
* Enable verifier fuzzer in github CI/CD This is another piece split out from PR #1153 Signed-off-by: Dave Thaler <[email protected]> * Add -artifact_prefix=Artifacts\ Signed-off-by: Dave Thaler <[email protected]> Co-authored-by: Alan Jowett <[email protected]>
Description
Fixes #620
Testing
This PR adds tests.
Documentation
Updated