Home Update Google’s OSS-Fuzz extends fuzzing to Java apps

Google’s OSS-Fuzz extends fuzzing to Java apps

248
Google’s OSS-Fuzz extends fuzz testing to Java apps


Google’s open supply fuzz-testing service, OSS-Fuzz, now helps functions written in Java and JVM-based languages. The functionality was introduced on March 10.

OSS-Fuzz supplies steady fuzzing for open supply software program. A way for locating programming errors and safety vulnerabilities in software program, fuzzing includes sending a stream of semi-random and invalid enter to a program. Fuzzing code written in memory-safe languages similar to JVM languages can discover bugs that trigger packages to crash or behave incorrectly.

Google enabled fuzzing for Java and the JVM by integrating OSS-Fuzz with the Jazzer fuzzer from Code Intelligence. Jazzer permits customers to fuzz code written in JVM-based languages by way of the LLVM venture’s libFuzzer, an in-process, coverage-guided fuzzing engine, much like how this has been finished for C/C++ code. Languages supported by Jazzer embrace Java, Clojure, Kotlin, and Scala. Code protection suggestions is supplied from JVM bytecode to libFuzzer, with Jazzer supporting libFuzzer options together with:

  • FuzzedDataProvider, for fuzzing code that doesn’t settle for an array of bytes.
  • Evaluation of code protection primarily based on 8-bit edge counters.
  • Minimization of crashing inputs.
  • Value profiles.

Google has supplied documentation on including open supply tasks written in JVM languages to OSS-Fuzz. Plans name for Jazzer to assist all lIbFuzzer options finally. Jazzer can also present protection suggestions from native code executed by the Java Native Interface. This can uncover reminiscence corruption vulnerabilities in memory-unsafe native code. OSS-Fuzz additionally lists languages similar to Go, Python, C/C++, and Rust as supported languages.

Copyright © 2021 IDG Communications, Inc.



Source hyperlink

LEAVE A REPLY

Please enter your comment!
Please enter your name here