microsoft / onefuzz

A self-hosted Fuzzing-As-A-Service platform
MIT License
2.82k stars 199 forks source link

target_options are missing from the libfuzzer_crash_report task when using the libfuzzer template #3443

Closed chkeita closed 1 year ago

chkeita commented 1 year ago

These are two tasks launched via the libfuzzer template. The crash report task is missing the target_options set in the libfuzzer task.

AB#164674

chkeita commented 1 year ago

false alert. The issue was the user set the fuzzing_target_options paramter and not the target_options