mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-14 19:08:08 +00:00
re-enable AFL fuzzer_stats parsing (#100)
This commit is contained in:
@ -212,6 +212,7 @@ TASK_DEFINITIONS = {
|
||||
TaskFeature.supervisor_options,
|
||||
TaskFeature.supervisor_input_marker,
|
||||
TaskFeature.wait_for_files,
|
||||
TaskFeature.stats_file,
|
||||
],
|
||||
vm=VmDefinition(compare=Compare.AtLeast, value=1),
|
||||
containers=[
|
||||
|
@ -55,7 +55,7 @@ def schedule_tasks() -> None:
|
||||
save_blob(
|
||||
"task-configs",
|
||||
"%s/config.json" % task.task_id,
|
||||
agent_config.json(),
|
||||
agent_config.json(exclude_none=True),
|
||||
account_id=get_func_storage(),
|
||||
)
|
||||
reboot = False
|
||||
|
Reference in New Issue
Block a user