aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFabian Meumertzheim <meumertzheim@code-intelligence.com>2021-03-22 22:17:52 +0100
committerGitHub <noreply@github.com>2021-03-22 14:17:52 -0700
commit4b5cbcf91d726677f741b930ee12a0d5ce8fbb19 (patch)
treed23daa3a3b9e8d2408134cc1cd2f5bc07c5bbb89 /README.md
parente34a03385fc4ecf33bd9cfd426b9b587d2a68575 (diff)
downloadoss-fuzz-4b5cbcf91d726677f741b930ee12a0d5ce8fbb19.tar.gz
Mention Java/JVM support in the README (#5477)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0d590b1ff..4e5474a05 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ execution environment and reporting tool.
[Sanitizers]: https://github.com/google/sanitizers
[ClusterFuzz]: https://github.com/google/clusterfuzz
-Currently, OSS-Fuzz supports C/C++, Rust, Go and Python code. Other languages
+Currently, OSS-Fuzz supports C/C++, Rust, Go, Python and Java/JVM code. Other languages
supported by [LLVM] may work too. OSS-Fuzz supports fuzzing x86_64 and i386
builds.