VirusTotal / yara-python

The Python interface for YARA
http://virustotal.github.io/yara/
Apache License 2.0
648 stars 179 forks source link

OSS-Fuzz Integration Inquiry #264

Closed capuanob closed 2 weeks ago

capuanob commented 2 weeks ago

Hello!

I have integrated a few open-sourced projects into OSS-Fuzz, a program sponsored by Google to provide continuous fuzz-testing of impactful open-sourced projects, and am wondering if yara-python's maintainers would approve me undertaking the work to develop a harness to fuzz-test this library and integrate it into OSS-Fuzz.

If you would like more details on what OSS-Fuzz is and what this work would entail, more details can be found here.

Thank you for your consideration and I look forward to working with you all!

plusvic commented 2 weeks ago

Hi @capuanob, YARA is already integrated into OSS-Fuzz, not yara-python, which is only the Python interface for YARA, but the underlying C library, which is the one that does the heavy lifting and can benefit from such integration.

See: https://github.com/google/oss-fuzz/tree/master/projects/yara