mirror of https://github.com/google/oss-fuzz.git
Mention Java/JVM support in the README (#5477)
This commit is contained in:
parent
e34a03385f
commit
4b5cbcf91d
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue