aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFabian Meumertzheim <meumertzheim@code-intelligence.com>2021-03-26 11:53:38 +0100
committerFabian Meumertzheim <fabian@meumertzhe.im>2021-03-26 12:01:50 +0100
commita257ff538574f22aa05018d41bc0971ae396dde9 (patch)
tree3ebe1774513d1e5e720898c6b34520c0e1ba1e67 /README.md
parent3d8345a68c278e8ebeddb3f6e77a352ab7f54f12 (diff)
downloadjazzer-api-a257ff538574f22aa05018d41bc0971ae396dde9.tar.gz
Show java-example OSS-Fuzz status in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index ebe99257..9585cd06 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,7 @@
# Jazzer
[![Maven Central](https://img.shields.io/maven-central/v/com.code-intelligence/jazzer-api)](https://search.maven.org/search?q=g:com.code-intelligence%20a:jazzer-api)
![GitHub Actions](https://github.com/CodeIntelligenceTesting/jazzer/workflows/Build%20all%20targets%20and%20run%20all%20tests/badge.svg)
+[![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/java-example.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:java-example)
Jazzer is a coverage-guided, in-process fuzzer for the JVM platform developed by [Code Intelligence](https://code-intelligence.com).
It is based on [libFuzzer](https://llvm.org/docs/LibFuzzer.html) and brings many of its instrumentation-powered mutation features to the JVM.