-
Notifications
You must be signed in to change notification settings - Fork 464
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
fix: triage and create issues for fuzzer findings (April 2024 edition) #4045
Comments
Hello @terriko |
@joydeep049 have fun! there's enough interesting-looking stuff in there at a glance that probably more than one person could work on this, so you might wnat to file an issue saying which one you're investigating as described above. |
@terriko You're right this is so much fun! |
|
|
We're currently caught up on fuzzer results, but some of that was because an upgrade had broken what we were doing. The fix in #4312 should have us getting new results soon, but I'm going to close this and open a new issue to revisit things in September 2024 when at least a few of the fuzzers have run again. |
We've added a bunch of new fuzzers so it's time to go through our fuzzing findings again!
You can see the jobs that ran here:
https://github.com/intel/cve-bin-tool/actions/workflows/fuzzing.yml
The ones of interest here are likely the ones that failed in less than an hour (all of our fuzzing jobs give up after an hour and will be marked as failed by github actions as a result).
Steps:
Since a lot of these fuzzers are pretty new, I expect a lot of the issues found will be fairly basic data validation issues right now, but you never know -- you might find a real security issue!
The text was updated successfully, but these errors were encountered: