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

Integration with oss-fuzz fuzzing service #335

Closed
manunio opened this issue Sep 18, 2022 · 2 comments
Closed

Integration with oss-fuzz fuzzing service #335

manunio opened this issue Sep 18, 2022 · 2 comments
Labels
A-meta Area: Project-wide

Comments

@manunio
Copy link
Contributor

manunio commented Sep 18, 2022

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

  • As an initial step for integration I have created this PR: toml_edit: initial integration google/oss-fuzz#8524, it contains necessary logic from an OSS-Fuzz perspective to integrate toml_edit, This includes developing initial fuzzers as well as integrating into OSS-Fuzz.

  • OSS-Fuzz is a free service run by Google that performs continuous fuzzing of important open source projects.

  • As toml_edit 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 gmail id or you don't wish to provide your email, 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.

@epage
Copy link
Member

epage commented Sep 19, 2022

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

My google account user name is eopage

@manunio
Copy link
Contributor Author

manunio commented Sep 19, 2022

My google account user name is eopage

Awesome! will add eopage at gmail.com.

@epage epage added the A-meta Area: Project-wide label Sep 23, 2022
@manunio manunio closed this as completed Oct 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-meta Area: Project-wide
Projects
None yet
Development

No branches or pull requests

2 participants