Skip to content

Commit

Permalink
turn off crash reproducer verification for now for ScriptEngineInject…
Browse files Browse the repository at this point in the history
…ion test because the reproducer / verifier seems to be either faulty or not fully supporting hooks yet?
  • Loading branch information
gdemarcsek committed Mar 7, 2023
1 parent 7b76a51 commit d311fbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public static void checkScriptEngineExecute(MethodHandle method, Object thisObje

if (script.equals(PAYLOAD)) {
Jazzer.reportFindingFromHook(
new FuzzerSecurityIssueCritical(String.format("Possible script execution")));
new FuzzerSecurityIssueCritical("Possible script execution"));
}
}
}
1 change: 1 addition & 0 deletions sanitizers/src/test/java/com/example/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -208,4 +208,5 @@ java_fuzz_target_test(
],
target_class = "com.example.ScriptEngineInjection",
deps = [],
verify_crash_reproducer = False
)

0 comments on commit d311fbb

Please sign in to comment.