mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-16 20:08:09 +00:00
re-enable AFL fuzzer_stats parsing (#100)
This commit is contained in:
@ -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