Skip to content

Files

Latest commit

 

History

History
13 lines (9 loc) · 344 Bytes

File metadata and controls

13 lines (9 loc) · 344 Bytes

Project Description

This is a simple Maven Java project configured with cifuzz and includes one Fuzz Test and one JUnit 4 as well as one JUnit 5 Unit Test, demonstrating the use of the junit-vintage-engine.

Run

cifuzz run com.example.ExploreFuzzTest::myFuzzTest 

The Fuzz Test should trigger a Remote Code Execution.