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

Integrate with OSS-Fuzz #95

Open
paulsmith opened this issue Jan 18, 2023 · 0 comments
Open

Integrate with OSS-Fuzz #95

paulsmith opened this issue Jan 18, 2023 · 0 comments

Comments

@paulsmith
Copy link
Contributor

paulsmith commented Jan 18, 2023

Since we're an open source project now, we can take advantage of OSS-Fuzz, which runs fuzzers on behalf of the community and automatically notifies projects when it finds crashers (by opening a GitHub issue, eg.).

This will increase our code test and fuzz coverage greatly, as OSS-Fuzz can run continuously, and not just when we happen to run go test -fuzz locally on our laptops.

Pushup is already using fuzzing for the parser and the open tag lexer and has a modest corpus for each, which has already found a few bugs.

See https://google.github.io/oss-fuzz/getting-started/new-project-guide/go-lang/ for details on integrating.

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