redis-py icon indicating copy to clipboard operation
redis-py copied to clipboard

[Feature] Continuous fuzzing by way of OSS-Fuzz

Open DavidKorczynski opened this issue 3 years ago • 0 comments

Hi,

I was wondering if you would like to integrate continuous fuzzing by way of OSS-Fuzz? Fuzzing is a way to automate test-case generation and can be used to find unexpected exceptions in Python. In this PR https://github.com/google/oss-fuzz/pull/7980 we did an initial integration into OSS-Fuzz, and the first overall goal is to extend the fuzzer to achieve optimal code coverage.

OSS-Fuzz is a service run by Google for important open source projects. If you would like to integrate, the only thing I need is a list of email(s) that will get access to the data produced by OSS-Fuzz, such as bug reports, coverage reports and more stats. Notice the emails affiliated with the project will be public in the OSS-Fuzz repo, as they will be part of a configuration file.

DavidKorczynski avatar Sep 05 '22 13:09 DavidKorczynski