Protocol Fuzzer Community Edition
How to fuzz Go code with go-fuzz continuously

How to fuzz Go code with go-fuzz continuously

12/3/2020 · Yevgeny Pats

What this post added

This post details how to integrate go-fuzz with GitLab CI/CD. It explains the go-fuzz algorithm, provides a step-by-step guide for building and running go-fuzz with a sample Go program, and demonstrates how to configure a `.gitlab-ci.yml` file to include fuzz testing as a pipeline stage. It also highlights the use of `gl-fuzz` CLI for running fuzzing sessions and regression tests.

Read the original post ↗