Mention Java/JVM support in the README (#5477)

This commit is contained in:
Fabian Meumertzheim 2021-03-22 22:17:52 +01:00 committed by GitHub
parent e34a03385f
commit 4b5cbcf91d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.