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

Continuous fuzzing through OSS-fuzz #357

Open
AdamKorcz opened this issue Mar 11, 2021 · 0 comments
Open

Continuous fuzzing through OSS-fuzz #357

AdamKorcz opened this issue Mar 11, 2021 · 0 comments

Comments

@AdamKorcz
Copy link

I have been working on setting up continuous fuzzing of go-systemd through OSS-fuzz here: google/oss-fuzz#5231

For those unfamiliar: Fuzzing is a way of testing applications whereby pseudo-random data is passed to a program with the goal of finding bugs and vulnerabilities. It has been effective in finding bugs in many open source projects.
Google's OSS-fuzz project offers free CPU-power and infrastructure for critical open source projects to run their fuzzers continuously. I have written an article here about an example of why it is important to run your fuzzers continuously: https://adalogics.com/blog/the-importance-of-continuity-in-fuzzing-cve-2020-28362

All that is needed to finish the integration application of go-systemd is at least one maintainers email address for bug reports.

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

No branches or pull requests

1 participant