hynek / pem

PEM file parsing in Python.

Home Page:https://pem.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Continuous fuzzing by way of OSS-Fuzz

DavidKorczynski opened this issue · 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 google/oss-fuzz#8140 I did an initial integration into OSS-Fuzz. Pem is an important project but fairly small in terms of code size so I think the overall result will be somewhat limited (e.g. bugs in the regex used) but it will be a continuous assurance.

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.

Just like you, I don't expect to much come from it but why not. Email's hs@ox.cx

Looks like it’s been integrated – thanks!