aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJochen <jochen.hilgers@gmail.com>2024-02-27 09:43:34 +0100
committerJochen Hilgers <jochen.hilgers@gmail.com>2024-02-27 10:19:00 +0100
commitd3a916932583fcdcf92deca1a57eaffafc96d4b5 (patch)
tree2223a8b3511fe67280083b0ec7c1f3c71e3cc53f
parent96205feebc7135075ffa48aae3f22e38cae5dc45 (diff)
downloadjazzer-api-upstream-main.tar.gz
docs: update readme to inform about commercial offeringupstream-main
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 307f1a8f..771dc6c4 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,19 @@
<a href="https://twitter.com/CI_Fuzz" target="_blank">Twitter</a>
</div>
+> [!IMPORTANT]
+> Hello Jazzer/Jazzer.js users!
+>
+> We stopped maintaining Jazzer/Jazzer.js as open source.
+> But we'd be happy to try and understand what you're trying to achieve with it, and help you if we can!
+>
+> We already added significant new value to our CI Fuzz solution, which includes Jazzer and Jazzer.js.
+> You can see more here at [code-intelligence.com](https://code-intelligence.com), or get in contact with us via [sales@code-intelligence.com](mailto:sales@code-intelligence.com)
+>
+> Thanks,
+>
+> The Code Intelligence team
+
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.