google / oss-fuzz-gen

LLM powered fuzzing via OSS-Fuzz.
Apache License 2.0
841 stars 98 forks source link

JVM: Add exceptions in jvm prompts #410

Closed arthurscchan closed 3 months ago

arthurscchan commented 3 months ago

This PR adds additional exceptions for each target into the prompts to allow the LLM generate good exception handling in the fuzzing harnesses.

DavidKorczynski commented 3 months ago

Please rebase this to catch the changes of https://github.com/google/oss-fuzz-gen/pull/412 which should make it easier to pass in data from benchmarks