Skip to content

Commit e2a2fe9

Browse files
[NFC] Leave note not to trust all fuzzers (#4176)
1 parent 2df2e2b commit e2a2fe9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/clusterfuzz/_internal/bot/tasks/utasks/fuzz_task.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -926,6 +926,8 @@ def create_testcase(group: uworker_msg_pb2.FuzzTaskCrashGroup,
926926
timeout_multiplier=get_testcase_timeout_multiplier(
927927
group.context.timeout_multiplier, crash, group.context.test_timeout),
928928
minimized_arguments=crash.arguments,
929+
# TODO(https://github.com/google/clusterfuzz/issues/4175): Before enabling
930+
# oss-fuzz-on-demand change this.
929931
trusted=True)
930932
testcase = data_handler.get_testcase_by_id(testcase_id)
931933

0 commit comments

Comments
 (0)