Security Control Framework
Why (Continuous) Fuzzing

Why (Continuous) Fuzzing

12/10/2020 · Yevgeny Pats

What this post added

This post details the challenges and solutions for integrating continuous fuzzing into CI/CD pipelines. It outlines the need for asynchronous jobs to handle long-running fuzzing tasks, strategies for selecting which versions to fuzz (master + stable branches), and the implementation of regression fuzz tests for merge requests to catch bugs early. It also mentions GitLab's Security Dashboard for reporting vulnerabilities found by fuzzers.

Read the original post ↗