jmcnamara / XlsxWriter

A Python module for creating Excel XLSX files.
https://xlsxwriter.readthedocs.io
BSD 2-Clause "Simplified" License
3.66k stars 631 forks source link

question: OSS-Fuzz Integration #1016

Closed ennamarie19 closed 1 year ago

ennamarie19 commented 1 year ago

Question

My name is McKenna Dallmeyer and I would like to submit XlsxWriter 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!

jmcnamara commented 1 year ago

I'm open to the idea in principle but I would need to see an initial PR to see how invasive or not the changes would be. I'd also like to see some of the issues it raises.

Have a look at the CONTRIBUTING.md and if you agree to the criteria then submit the PR.

ennamarie19 commented 1 year ago

Great! It is usually minimally invasive. I will submit to OSS-Fuzz and once I gain approval, I will get started. Will be back to you via PR soon! Thank you!

jmcnamara commented 1 year ago

Closing this as a question. You can open a PR when you are ready.