turbinia icon indicating copy to clipboard operation
turbinia copied to clipboard

ReportText vs TextFile

Open rgayon opened this issue 5 years ago • 2 comments

SHould these actually be 2 different objects?

rgayon avatar May 07 '19 23:05 rgayon

I think we should probably just remove ReportText in favor of TextFile. Now that the actual reports have changed formats, and are no longer really returned as evidence objects (instead they are attributes of the TurbiniaResult directly), I think it's safe to remove ReportText.

aarontp avatar Aug 23 '19 07:08 aarontp

Quick update: I think it's fine to remove the ReportText object, but we'll still want to keep or refactor the FinalReport. To do this we'll have to make sure that all of the Tasks that have a ReportText Evidence object as output actually puts the content that was going into that object into TurbiniaTaskResult.report_data instead. I think that's true for most cases though.

aarontp avatar Sep 27 '19 00:09 aarontp