DavidKorczynski

Results 238 issues of DavidKorczynski

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...

1. Describe your new request in detail 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...

enhancement

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 in this PR https://github.com/google/oss-fuzz/pull/8303 I...

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...

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...

For java projects it would be nice to have a test example that uses multiple jar files. A simple test case that is meant for illustrating the concepts. - Add...

Integrate support for Python fuzzing. Roughly, the steps: 1) Add a set of test cases such that once these are analysed properly we have basic support for python 2) Add...

Fuzz-introspector relies on extracting control-flow graphs to determine reachability of the code under analysis. In addition to this, fuzz-introspector extracts more data than what is in a pure CFG and...

enhancement

To overcome - https://github.com/ossf/fuzz-introspector/issues/48 - https://github.com/bitcoin/bitcoin/issues/25961 - https://github.com/ossf/fuzz-introspector/issues/504

Many projects on OSS-Fuzz are killed when we are collecting data about all of the functions. We can improve the performance in this area a lot as it currently duplicates...