diff options
author | Mohammed Al Sahaf <[email protected]> | 2019-10-26 03:52:16 +0300 |
---|---|---|
committer | Matt Holt <[email protected]> | 2019-10-25 18:52:16 -0600 |
commit | 2fbe2ff40be616712cf4edaac286629add268e0a (patch) | |
tree | 0d9084d7e28b74a2b168979267b9a3c0bf4c9594 /README.md | |
parent | faf67b10670a14c24ce601be703dfb65f07ffa45 (diff) | |
download | caddy-2fbe2ff40be616712cf4edaac286629add268e0a.tar.gz caddy-2fbe2ff40be616712cf4edaac286629add268e0a.zip |
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
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |