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

feat(ci): Adds oss-fuzz integration on PRs #1844

Merged
merged 1 commit into from
Jan 11, 2023

Conversation

nathaniel-brough
Copy link
Contributor

@nathaniel-brough nathaniel-brough commented Jan 9, 2023

Describe the PR
This PR will trigger the fuzzer to run for 10min on every PR with the goal of catching bugs before they are merged.

This is intended as a more "surface level" fuzzing to catch obvious bugs before they are merged, the complete OSS-fuzz system will find deeper bugs that you can't find in 10min minutes or so of fuzzing. We can of course extend this time from the default of 10min if you want a "deeper" fuzzing analysis for the PR tests.

Additional context
Documentation: https://google.github.io/oss-fuzz/getting-started/continuous-integration/
Testing trigger of ci (on my local fork): https://github.com/silvergasp/tinyusb/actions/runs/3877844318/jobs/6613332627

@nathaniel-brough nathaniel-brough marked this pull request as ready for review January 9, 2023 21:33
Copy link
Owner

@hathach hathach left a comment

Choose a reason for hiding this comment

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

superb !! Thank you very much for your effort to make tinyusb safer

@hathach hathach merged commit 4ee4c6f into hathach:master Jan 11, 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.

2 participants