-
Notifications
You must be signed in to change notification settings - Fork 242
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 bpf2c fuzzer and execution context fuzzer to CI/CD #1164
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1164 +/- ##
=======================================
Coverage 88.13% 88.13%
=======================================
Files 99 99
Lines 17223 17223
=======================================
Hits 15179 15179
Misses 2044 2044 Continue to review full report at Codecov.
|
Signed-off-by: Dave Thaler <[email protected]>
Signed-off-by: Dave Thaler <[email protected]>
Signed-off-by: Alan Jowett <[email protected]> Co-authored-by: Alan Jowett <[email protected]>
* Add libsancov.lib when building fuzzer Signed-off-by: Alan Jowett <[email protected]> * upload artifacts as dumps Signed-off-by: Alan Jowett <[email protected]> Co-authored-by: Alan Jowett <[email protected]>
* Disable caching of verifier cmake project for now Signed-off-by: Alan Jowett <[email protected]> * Fix dump upload path Signed-off-by: Alan Jowett <[email protected]> * Fix dump upload path Signed-off-by: Alan Jowett <[email protected]> * Fix crash dump upload Signed-off-by: Alan Jowett <[email protected]> * Add Execution Context corpus Signed-off-by: Alan Jowett <[email protected]> * Limit fuzzing to 15 minutes Signed-off-by: Alan Jowett <[email protected]> * Fix artifact path Signed-off-by: Alan Jowett <[email protected]> * Fix yaml to corectly upload artifacts Signed-off-by: Alan Jowett <[email protected]> * Fix yaml to corectly upload artifacts Signed-off-by: Alan Jowett <[email protected]> * Fix yaml to corectly upload artifacts Signed-off-by: Alan Jowett <[email protected]> Co-authored-by: Alan Jowett <[email protected]>
* Disable caching of verifier cmake project for now Signed-off-by: Alan Jowett <[email protected]> * Limit fuzzing memory Signed-off-by: Alan Jowett <[email protected]> * Validate symbols offset Signed-off-by: Alan Jowett <[email protected]> Co-authored-by: Alan Jowett <[email protected]>
Signed-off-by: Alan Jowett <[email protected]>
Description
Add bpf2c fuzzer and execution context fuzzer to CI/CD
Testing
This enables tests in CI/CD
Documentation
Already documented