donkirkby / live-py-plugin

Live coding in Python with PyCharm, Emacs, Sublime Text, or even a browser
https://donkirkby.github.io/live-py-plugin
MIT License
290 stars 57 forks source link

Switch to OSS-Fuzz #541

Closed donkirkby closed 8 months ago

donkirkby commented 1 year ago

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.

donkirkby commented 8 months ago

Switched to ClusterFuzzLite.