cbor-java icon indicating copy to clipboard operation
cbor-java copied to clipboard

Fuzzing cbor-java by way of OSS-Fuzz

Open DavidKorczynski opened this issue 2 years ago • 5 comments

Hi!

I was wondering if you would be interested in getting cbor-java fuzzed by OSS-Fuzz? Fuzzing is a technique for stress-testing applications and OSS-Fuzz is a service run by Google for fuzzing important open source projects, and it would be great to get cbor-java integrated with OSS-Fuzz. OSS-Fuzz will run the fuzzers continuously and report back with bug reports when bugs are found. These reports will have full stack traces, input triggers and more. If you are interested, then the only thing needed is an email(s) connected to a Google account that can be used for receiving the bugs reports, which can be put in the configuration file (project.yaml) over at the OSS-Fuzz repository.

I have set up an initial integration with OSS-Fuzz here: google/oss-fuzz#6788 and this PR on the OSS-Fuzz repository includes a simple initial fuzzer. We can always extend with more fuzzers if you are happy to integrate. I would just need an email and then get this PR merged, following that we should be good to go and down the line we can also migrate fuzzers from OSS-Fuzz to cbor-java owns repository.

DavidKorczynski avatar Nov 08 '21 23:11 DavidKorczynski

@DavidKorczynski yes, that would be very appreciated!

c-rack avatar Nov 09 '21 11:11 c-rack

Wonderful @c-rack - the only thing needed is an email(s) connected to a Google account that can be used for receiving the bugs reports, which email can I use?

DavidKorczynski avatar Nov 09 '21 13:11 DavidKorczynski

@c-rack ping (on the email)?

DavidKorczynski avatar Nov 19 '21 18:11 DavidKorczynski

@DavidKorczynski [email protected]

c-rack avatar Apr 22 '22 08:04 c-rack

@DavidKorczynski Thanks! What would be the next steps? Or could this issue just closed?

c-rack avatar May 25 '22 22:05 c-rack

Integrated in https://android.googlesource.com/platform/external/cbor-java, so I'm closing this issue

c-rack avatar Jul 02 '23 07:07 c-rack