vishalcoc44 commented on PR #300: URL: https://github.com/apache/calcite-avatica/pull/300#issuecomment-4087751877
> If no one reads the logs, it's as if they are not there. You also don't want to be notified by the same bug over and over, especially if it's a false positive. Do you have a notification mechanism in mind? What do people do for other projects? Is there a way to collect the bug reports for people who want to fix them? the default notification mechanism for this kind of fuzzing is usually being handled by google's system itself, if you check out the code in the link below you'll see that some people have been configured to receive mails whenever the fuzzing reports any issues : (https://github.com/google/oss-fuzz/blob/master/projects/calcite-avatica/project.yaml) the issues are sent to their mail as well as put up in the oss fuzz issues page over here for this project : (https://issues.oss-fuzz.com/issues?q=calcite-avatica) usually this is how people are reported about bugs in other projects -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
