File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -167,14 +167,19 @@ java_fuzz_target_test(
167167 srcs = [
168168 "src/main/java/com/example/Log4jFuzzer.java" ,
169169 ],
170+ allowed_findings = ["com.code_intelligence.jazzer.api.FuzzerSecurityIssueCritical" ],
170171 fuzzer_args = [
171172 "-fork=4" ,
172173 "-use_value_profile=1" ,
173174 ],
174175 # Finding this bug takes ~5 minutes on a decent laptop, but the GitHub Actions machines are not
175176 # powerful enough to run it as part of our test suite.
176- tags = ["manual" ],
177+ tags = [
178+ "cpu:4" ,
179+ "manual" ,
180+ ],
177181 target_class = "com.example.Log4jFuzzer" ,
182+ verify_crash_reproducer = False ,
178183 deps = [
179184 "@maven//:org_apache_logging_log4j_log4j_api" ,
180185 "@maven//:org_apache_logging_log4j_log4j_core" ,
You can’t perform that action at this time.
0 commit comments