DavidKorczynski
DavidKorczynski
Hello, We have been trying to fuzz `parso` to help catch any uncaught exceptions that may occur. We found that the following program generates an uncaught exception: ```python import sys...
This adds fuzzing by way of [ClusterFuzzLite](https://google.github.io/clusterfuzzlite/), which is a GitHub action that will perform a short amount of fuzzing for new PRs. The goal is to use fuzzing to...
This adds fuzzing by way of [ClusterFuzzLite](https://google.github.io/clusterfuzzlite/), which is a GitHub action that will perform a short amount of fuzzing for new PRs. The goal is to use fuzzing to...
The goal is to enable continuous fuzzing of libuv. There is not a lot of parsing or complex data handling in libuv so I think integrating with OSS-Fuzz is too...
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 where strongSwan already runs. CIFuzz can help detect catch regressions...
Contains improvements in various areas, including: - Copies more source code files such that introspector.oss-fuzz.com can reference them - Improvements on function signature generation
Fixes: https://github.com/google/oss-fuzz/issues/11419
Ref: https://github.com/google/oss-fuzz/pull/11401#issuecomment-1872050104
The `generate` command doesn't always produce accurate templates, e.g. in javascript generation: https://github.com/google/oss-fuzz/pull/11036#issuecomment-1758005177