DavidKorczynski
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...
Hi Given the popularity of Yaml-cpp I was thinking that it would be nice to set up continuous fuzzing of Yaml-cpp, by way of OSS-Fuzz. In this PR: https://github.com/google/oss-fuzz/pull/4713 I...
Hi, I was thinking that it would be nice to set up continuous fuzzing of httplib2, by way of OSS-Fuzz. In this PR: https://github.com/google/oss-fuzz/pull/5000 I have done exactly that, namely...
Hi, I was wondering if you would like to integrate continuous fuzzing by way of OSS-Fuzz? In this PR https://github.com/google/oss-fuzz/pull/8104 I do exactly that, namely created the necessary logic from...
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 lldb-eval already runs. CIFuzz can help detect catch...
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...
## What do these changes do? Hi Maintainers, I would like to set up continuous fuzzing of aiohttp by way of OSS-Fuzz. Essentially, OSS-Fuzz is a free service run by...
- [x] I have marked all applicable categories: + [ ] documentation request (i.e. "X is missing from the documentation." If instead I want to ask "how to use X?"...
Fixes: https://github.com/google/oss-fuzz/issues/8549
Some foundations for doing Python sanitization. It's achieved by hooking Python functions and attributes on Python objects (see the ReDoS example for this). The Pysan package can be installed with...