microsoft / onefuzz

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

Create a subscribe-able event for crash found by the fuzzer #3516

Open chkeita opened 11 months ago

chkeita commented 11 months ago

It would be helpful to report the crashes that are found by the fuzzer. This gives a better understanding of the number of crashes found vs reproduced.

AB#166361