AdamKorcz

Results 97 issues of AdamKorcz

**Is your feature request related to a problem? Please describe.** I see that the apm agent has two fuzzers already. It is highly recommended to run fuzzers continuously. I have...

agent-go

[This CFL setup](https://github.com/samuelcolvin/pydantic/pull/4287) is breaking in the build process on [this line](https://github.com/samuelcolvin/pydantic/blob/master/pydantic/typing.py#L4). The build works fine on OSS-Fuzz but fails to complete in the CI. Stacktrace from [the log](https://github.com/samuelcolvin/pydantic/runs/7655925047?check_suite_focus=true#step:4:137): ```Compiling...

Sets up [ClusterfuzzLite](https://google.github.io/clusterfuzzlite/) which will run the fuzzers in the CI. ClusterfuzzLite can also be set up to perform [batch fuzzing](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) which runs the fuzzers regularly and stores the corpus....

Dear maintainers of Chaosmonkey, I am reaching out to you because I have worked on integrating continous fuzzing into your project by way of OSS-fuzz. Fuzzing is a popular technique...

Hi all, this is [Adam](https://twitter.com/AdamKorcz4) from [Ada Logics](https://adalogics.com/). I work on securing open source software, and with fuzzing having solved problems for IOT.js in the past, I have looked at...

Signed-off-by: AdamKorcz This PR adds [ClusterfuzzLite](https://google.github.io/clusterfuzzlite/) and a simple fuzzer. ClusterfuzzLite will run fuzzers in the CI when PRs are made. It can be extended beyond this PR with code...

Adding a fuzzer to suggest integration with [oss-fuzz](https://github.com/google/oss-fuzz). Integrating Parson with oss-fuzz allows Google to run the fuzzer on their infrastructure continuously. The maintainers of Parson get reports via email...

Hello, I have been working on setting up continuous fuzzing for openal through OSS-fuzz. A draft integration application has been set up here: https://github.com/google/oss-fuzz/pull/5530 including a simple fuzzer to the...

Hi all! This is [Adam](https://twitter.com/AdamKorcz4) from [Ada Logics](https://adalogics.com/). I secure critical open source software and have worked on the initial setup for fuzzing gpdb continuously. For those unaware: Fuzzing is...

community