mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-14 11:08:06 +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_options,
|
||||||
TaskFeature.supervisor_input_marker,
|
TaskFeature.supervisor_input_marker,
|
||||||
TaskFeature.wait_for_files,
|
TaskFeature.wait_for_files,
|
||||||
|
TaskFeature.stats_file,
|
||||||
],
|
],
|
||||||
vm=VmDefinition(compare=Compare.AtLeast, value=1),
|
vm=VmDefinition(compare=Compare.AtLeast, value=1),
|
||||||
containers=[
|
containers=[
|
||||||
|
@ -55,7 +55,7 @@ def schedule_tasks() -> None:
|
|||||||
save_blob(
|
save_blob(
|
||||||
"task-configs",
|
"task-configs",
|
||||||
"%s/config.json" % task.task_id,
|
"%s/config.json" % task.task_id,
|
||||||
agent_config.json(),
|
agent_config.json(exclude_none=True),
|
||||||
account_id=get_func_storage(),
|
account_id=get_func_storage(),
|
||||||
)
|
)
|
||||||
reboot = False
|
reboot = False
|
||||||
|
Reference in New Issue
Block a user