Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Chan <[email protected]>
  • Loading branch information
arthurscchan committed Dec 5, 2024
1 parent 882cf24 commit 6fa3d55
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions prompts/template_xml/jvm_requirement_coverage_fixing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ I'm a security engineer looking to write good fuzzing harnesses. I want you help

The target library is {TARGET_REPO}.

The target project is implemented in the Java programming language; therefore, the harness should also be written in Java.
The fuzzing harness must be executable within the Jazzer fuzzing framework.
The target project is implemented in the Java programming language; therefore, the harness should also be written in Java.
The fuzzing harness must be executable within the Jazzer fuzzing framework.

Below is the source code of the target fuzzing harness that I would like to improve:
<code>
{GENERATED_HARNESS}
</code>
Below is the source code of the target fuzzing harness that I would like to improve:
<code>
{GENERATED_HARNESS}
</code>

For reference, the source code for all existing harnesses of the project is provided below, separated by `---`:
<code>
{EXISTING_HARNESS}
</code>
<code>
{EXISTING_HARNESS}
</code>

Additionally, a list of all public methods and constructors of the project is included for your reference, you should try to expand the fuzzing harness that calls these targets to improve the overall fuzzing coverage:
{PUBLIC_METHODS}
Expand Down

0 comments on commit 6fa3d55

Please sign in to comment.