]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- oss-fuzz badge on README.md.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 19 Sep 2019 07:55:23 +0000 (09:55 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 19 Sep 2019 07:55:23 +0000 (09:55 +0200)
README.md
doc/Changelog

index b3d3424c99ff12b58e497abfc0e2bcccd39b5511..ee6e4f4885a80ee092f193909e4a134223812844 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,6 +2,7 @@
 
 [![Travis Build Status](https://travis-ci.org/NLnetLabs/unbound.svg?branch=master)](https://travis-ci.org/NLnetLabs/unbound)
 [![Packaging status](https://repology.org/badge/tiny-repos/unbound.svg)](https://repology.org/project/unbound/versions)
+[![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/unbound.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:unbound)
 
 Unbound is a validating, recursive, caching DNS resolver. It is designed to be
 fast and lean and incorporates modern features based on open standards. If you
index 5a038a187b425470bd42460c936ca1f8197520cd..c66e0c65fedad702726fa342562ee0c4a8e22351 100644 (file)
@@ -2,6 +2,7 @@
        - Fix #78: Memory leak in outside_network.c.
        - Merge pull request #76 from Maryse47: Improvements and fixes for
          systemd unbound.service.
+       - oss-fuzz badge on README.md.
 
 11 September 2019: Wouter
        - Use explicit bzero for wiping clear buffer of hash in cachedb,