-
Notifications
You must be signed in to change notification settings - Fork 252
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
OSS-Fuzz Integration #1195
Comments
It seems very interesting. You can submit your PR and we'll go from there. |
Wonderful! Thank you! Could you share an email address with me that I can include in my submission to OSS-Fuzz so that you are notified should any vulnerabilities be uncovered? I have to submit a project's maintainer's email with my project.yaml submission to OSS-Fuzz. |
you can start with [email protected] |
Hi.
Welcome and good idea!
What exactly is your "fuzz harness"? Another naive question: should we provide fuzz targets? Thank you for this intent to contribute to |
Hi @Lucas-C ! While it is not required, it would be helpful if you could provide potential entry points that you think would benefit the most from fuzz testing. Thank you for your help! |
👍
We have various PDF-checkers in our CI pipeline that ensure that PDFs produced in our test suite are valid: Regarding the input, I don't really know how what the best entry point / fuzzing target would be... Do you have guidelines or documentation to help setting up Python fuzzing targets? |
The complete test suite? |
> Regarding the input, I don't really know how what the best entry point / fuzzing target would be...
> Should it be a single program?
> Maybe one of our [tutorial scripts](https://github.com/py-pdf/fpdf2/tree/master/tutorial), or one of our unit tests?
The complete test suite?
If it's worth testing, it's worth fuzzing. 🤡
Awesome! Thanks so much
|
Juste in order to clarify the status of this issue: is anyone working or planning to work on integrating |
Hi Lucas, Still waiting on approval from OSS-Fuzz before I start. I’ll ping them again to see what’s taking so long. Thanks for the ping! On Aug 27, 2024, at 2:06 AM, Lucas Cimon ***@***.***> wrote:
Juste in order to clarify the status of this issue: is anyone working or planning to work on integrating fpdf2 with OSS-Fuzz? 🙂
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
My name is McKenna Dallmeyer and I would like to submit fpdf2 to OSS-Fuzz.
If you are not familiar with the project, OSS-Fuzz is Google's platform for continuous fuzzing of Open Source Software.
In order to get the most out of this program, it would be greatly beneficial to be able to merge-in my fuzz harness and build scripts into the upstream repository and contribute bug fixes if they come up. Is this something that you would support me putting the effort into?
Thank you!
The text was updated successfully, but these errors were encountered: