You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OSS-Fuzz is a free service run by Google that performs continuous fuzzing of important open source projects.
As bson-rust already have cargo-fuzz based fuzzing implemented, this makes it easily compatible with oss-fuzz out of box.
If you would like to integrate, the only thing I need is a list of email(s), it must be associated with a google account like
gmail (why?). by doing that, the provided email(s) will get access to the data produced by OSS-Fuzz, such as bug reports, coverage reports and more stats.
As an alternative, if you don't have a google/gmail id but still wish to integrate. I can add my mail id for time being and monitor bug/crashes.
Notice the email(s) affiliated with the project will be public in the OSS-Fuzz repo, as they will be part of a configuration file.
The text was updated successfully, but these errors were encountered:
Hi @manunio, thanks for bringing this to our attention and creating the PR! We're glad to have our fuzzer integrated with this service, but we don't have a Google account to use, so if you're okay with putting your email down that works for us.
Thanks again, and let us know if you need anything from us.
Hi @manunio, thanks for bringing this to our attention and creating the PR! We're glad to have our fuzzer integrated with this service, but we don't have a Google account to use, so if you're okay with putting your email down that works for us.
Thanks again, and let us know if you need anything from us.
Closing this now, bson-rust has been integrated into oss-fuzz :)
Hi, I would like to help integrate this project into OSS-Fuzz.
As an initial step for integration I have created this PR: bson-rust: initial integration google/oss-fuzz#8633, it contains necessary logic from an OSS-Fuzz perspective to integrate bson-rust.
OSS-Fuzz is a free service run by Google that performs continuous fuzzing of important open source projects.
As bson-rust already have cargo-fuzz based fuzzing implemented, this makes it easily compatible with oss-fuzz out of box.
If you would like to integrate, the only thing I need is a list of email(s), it must be associated with a google account like
gmail (why?). by doing that, the provided email(s) will get access to the data produced by OSS-Fuzz, such as bug reports, coverage reports and more stats.
As an alternative, if you don't have a google/gmail id but still wish to integrate. I can add my mail id for time being and monitor bug/crashes.
Notice the email(s) affiliated with the project will be public in the OSS-Fuzz repo, as they will be part of a configuration file.
The text was updated successfully, but these errors were encountered: