donkirkby/live-py-plugin

Switch to OSS-Fuzz

donkirkby opened this issue · 1 comments

The pythonfuzz library got me started with fuzz testing, but it doesn't seem well supported, and the OSS-Fuzz project includes Python support. There's even a hypothesis plugin to generate Python source code, although it might be safer to write our own, more limited source code generator that doesn't write code to modify the file system or other dangerous things.

Switched to ClusterFuzzLite.