From 2fbe2ff40be616712cf4edaac286629add268e0a Mon Sep 17 00:00:00 2001 From: Mohammed Al Sahaf Date: Sat, 26 Oct 2019 03:52:16 +0300 Subject: fuzz: introduce continuous fuzzing for Caddy (#2723) * fuzz: lay down the foundation for continuous fuzzing * improve the fuzzers and add some * fuzz: add Fuzzit badge to README & enable fuzzers submission in CI * v2-fuzz: do away with the submodule approach for fuzzers * fuzz: enable fuzzit --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 84b79e8..f099478 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ Caddy 2 Development Branch =========================== [![Build Status](https://dev.azure.com/mholt-dev/Caddy/_apis/build/status/Multiplatform%20Tests?branchName=v2)](https://dev.azure.com/mholt-dev/Caddy/_build/latest?definitionId=5&branchName=v2) +[![fuzzit](https://app.fuzzit.dev/badge?org_id=caddyserver)](https://app.fuzzit.dev/orgs/caddyserver/dashboard) This is the development branch for Caddy 2. This code (version 2) is not yet feature-complete or production-ready, but is already being used in production, and we encourage you to deploy it today on sites that are not very visible or important so that it can obtain crucial experience in the field. -- cgit v1.2.3