DavidKorczynski

Results 219 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 has been heavily used for...

Add [CIFuzz](https://google.github.io/oss-fuzz/getting-started/continuous-integration/) workflow action to have fuzzers build and run on each PR. This is a service offered by OSS-Fuzz, on which PcapPlusPlus already runs.

Hi! I have been working on getting fuzzing into isl and it would be great to get it aligned with OSS-Fuzz. OSS-Fuzz is a free service run by Google that...

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

security
Waiting for answer

Hi, I was wondering if you would like to integrate continuous fuzzing of python-rsa by way of OSS-Fuzz? In this PR https://github.com/google/oss-fuzz/pull/7516 I do exactly that, namely created the necessary...

Hi, I was thinking that it would be nice to set up continuous fuzzing of sqlparse, by way of OSS-Fuzz. In this PR: https://github.com/google/oss-fuzz/pull/4994 I have done exactly that, namely...

**Help us help you** **Is your feature request related to a problem?** Not a specific problem, this is automated security analysis. **Describe the solution you'd like** Automated fuzzing by way...

Hello all, I have set up continuous fuzzing of antlr4 by way of the free OSS-Fuzz service. The benefits of fuzzing is that it can stress test the antlr4 cpp...