status-im / nim-snappy

Nim implementation of Snappy compression algorithm
MIT License
26 stars 3 forks source link

Investigate oss-fuzz #25

Open arnetheduck opened 9 months ago

arnetheduck commented 9 months ago

Google runs infrastructure that automatically fuzzes libraries, and snappy has fuzzing set up - investigate whether snappy can be added as a project assuming they can treat nim like C.

https://google.github.io/oss-fuzz/getting-started/new-project-guide/

arnetheduck commented 9 months ago

Constantine is already being fuzzed - we can use it as a model: https://github.com/google/oss-fuzz/pull/10710