lpereira / lwan

Experimental, scalable, high performance HTTP server
https://lwan.ws
GNU General Public License v2.0
5.94k stars 548 forks source link

Add Github action for CIFuzz integration #349

Closed DavidKorczynski closed 2 years ago

DavidKorczynski commented 2 years ago

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

This is a service offered by OSS-Fuzz where lwan 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

lpereira commented 2 years ago

Thank you! I'll merge it as soon as I'm able to.

On Sun, Nov 20, 2022, at 6:45 PM, DavidKorczynski wrote:

Add CIFuzz https://google.github.io/oss-fuzz/getting-started/continuous-integration/ workflow action to have fuzzers build and run on each PR.

This is a service offered by OSS-Fuzz where lwan 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 @.***

You can view, comment on, or merge this pull request online at:

https://github.com/lpereira/lwan/pull/349

Commit Summary

(1 file https://github.com/lpereira/lwan/pull/349/files)

— Reply to this email directly, view it on GitHub https://github.com/lpereira/lwan/pull/349, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAADVGNYAXHTHWE2OJIOCCLWJJWTPANCNFSM6AAAAAASF7DA5I. You are receiving this because you are subscribed to this thread.Message ID: @.***>

lpereira commented 2 years ago

Merged, thanks!

DavidKorczynski commented 2 years ago

Thank you!