turbinia icon indicating copy to clipboard operation
turbinia copied to clipboard

Fix up evidence descriptive names

Open aarontp opened this issue 4 years ago • 0 comments

Evidence objects have a __str__ method that gives us a name based on some properties of the object, including the source_path. When using compound evidence types with parent evidence objects, the source path can be somewhat meaningless (e.g. /dev/loop3). We should clean these up so that we're using useful names, possibly by using something in the parent evidence objects. We could potentially override this per evidence type when needed as well.

aarontp avatar Feb 08 '21 23:02 aarontp