DanBloomberg / leptonica

Leptonica is an open source library containing software that is broadly useful for image processing and image analysis applications. The official github repository for Leptonica is: danbloomberg/leptonica. See leptonica.org for more documentation.
Other
1.79k stars 392 forks source link

Fuzzing: Add CIFuzz #595

Closed AdamKorcz closed 3 years ago

AdamKorcz commented 3 years ago

Adds CIFuzz. This will run Leptonicas fuzzers for 600 seconds in the CI when a pull request is made. The time can be changed.

Documentation of CIFuzz can be found here: https://google.github.io/oss-fuzz/getting-started/continuous-integration/

DanBloomberg commented 3 years ago

Thank you for this -- I had no idea this was offered by the oss-fuzz folks.