tera icon indicating copy to clipboard operation
tera copied to clipboard

Integration with oss-fuzz fuzzing service

Open manunio opened this issue 3 years ago • 2 comments

Hi, I would like to help integrate this project into OSS-Fuzz.

  • As an initial step for integration I have created this PR: https://github.com/google/oss-fuzz/pull/8824, it contains necessary logic from an OSS-Fuzz perspective to integrate tera.

  • OSS-Fuzz is a free service run by Google that performs continuous fuzzing of important open source projects, you can get find more details in our FAQ.

  • As tera 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.

  • 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.

manunio avatar Oct 20 '22 18:10 manunio

@Keats Friendly Ping :)

manunio avatar Nov 21 '22 17:11 manunio

I'm not sure about putting a public gmail address. I might come back to that with tera v2 and a dummy address

Keats avatar Nov 28 '22 09:11 Keats