google / turbinia

Automation and Scaling of Digital Forensics Tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: API server request summary evidence_name empty

jleaniz opened this issue · comments

What steps will reproduce the bug?

the request summary API endpoint attempts to find the correct evidence name for each request based on last task update time, however, it's checking a last_updated attribute when it should be last_update

What is the expected behavior?

No response

What do you see instead?

An empty string.

Additional information

No response