jedisct1 / libsodium

A modern, portable, easy to use crypto library.
https://libsodium.org
Other
12.21k stars 1.74k forks source link

GitHub CI: Add CIFuzz integration #1231

Closed DavidKorczynski closed 1 year ago

DavidKorczynski commented 1 year ago

Add CIFuzz workflow action to have fuzzers build and run on each PR.

This is a service offered by OSS-Fuzz where libsodium already runs. CIFuzz can help detect catch regressions and fuzzing build issues early, and has a variety of features (see the URL above). In the current PR the fuzzers gets build on a pull request and will run for 300 seconds.

Signed-off-by: David Korczynski david@adalogics.com

jedisct1 commented 1 year ago

Thank you!