microsoft / onefuzz

A self-hosted Fuzzing-As-A-Service platform
MIT License
2.82k stars 199 forks source link

Add the ability to keep track of files created by a task #3356

Open chkeita opened 1 year ago

chkeita commented 1 year ago

To give a complete view of a fuzzing session we need to keep track of all the output created by all tasks. We need a way to keep track of which task created each file in a container. This will allow us to aggregate the information in a summary

AB#162975