Juan Leaniz
Juan Leaniz
Looking into implemting this change. I will use this issue to cover any related bugs for simplicity. The ```to_json()``` method in the ```TurbiniaRequest``` class needs to handle invalid evidence objects....
@aarontp Is this still something we want to look into with Celery?
@aarontp Is this something you'd still want to add to the new client? If so, pls assign to me.
1. Implement close_task() for the celery task manager 2. Add a cli option to the Turbinia API client tool to handle closing tasks. 3. Create an API endpoint to close...
We should be able to remove this dependency once we have a stable release that includes the API code and have migrated dftimewolf modules to use the new client. If...
@aarontp is this still relevant? Do we want to consider this type of sorting for the API output?
Tagging 'celery' because I think we can use built-in functionality for this
> What else is needed for this again? Is there a bug/issue tracking this? IIRC we still need some sleuthkit deps in the GIFT repo? Yeah i see the sleuthkit...
``` update-alternatives: error: alternative path /usr/lib/go-1.16/bin/go doesn't exist The command '/bin/sh -c cd /opt/fraken/yara && curl -s https://api.github.com/repos/VirusTotal/Yara/releases/latest | sed -n 's/.*"tarball_url": "\(.*\)",.*/\1/p' | xargs -n1 wget -O - -q...
Ubuntu 22.04 defaults to Python 3.10. We need to check the codebase for any code that needs to be upgraded. I found at least one issue with calls to ```collections.Callable```...