Skip to content

Files

Latest commit

0fab932 · Mar 18, 2025

History

History

maven-junit-4-and-5

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.