Do not save the same file more than once
Right now intelowl saves a file for every job. Meaning that, if the same file is analyzed more than once, we are wasting disk space.
We can create another model, Sample or something like that, and add as a foreign key the Job model.
When we are cleaning the db, or when an user deletes manually a job, if a Sample does not have a Job refereced to it anymore, we will delete it too.
Was this closed by https://github.com/intelowlproject/IntelOwl/pull/552 ?
@0ssigeno
Not for local IntelOwl instances. We are still saving them in folders of format job_date.
Hi, I would like to work on this issue.
you are welcome