Add CIFuzz workflow action to have fuzzers build and run on each PR. This is a service offered by OSS-Fuzz where itoa already runs. In the current PR the fuzzers gets build on a pull request and will run for 300 seconds.
I noticed the CI already has a fuzz action so this is an alternative suggestion in case you're interested -- CIFuzz has a set of features that are useful e.g. only highlighting issues only if they are introduced by the given PR, using of OSS-Fuzz code corpus and more. Let me know what you think!
Add CIFuzz workflow action to have fuzzers build and run on each PR. This is a service offered by OSS-Fuzz where itoa already runs. In the current PR the fuzzers gets build on a pull request and will run for 300 seconds.
I noticed the CI already has a fuzz action so this is an alternative suggestion in case you're interested -- CIFuzz has a set of features that are useful e.g. only highlighting issues only if they are introduced by the given PR, using of OSS-Fuzz code corpus and more. Let me know what you think!
Signed-off-by: David Korczynski david@adalogics.com