certsocietegenerale / fame

FAME Automates Malware Evaluation
https://certsocietegenerale.github.io/fame/
GNU General Public License v3.0
847 stars 168 forks source link

Delete old analyses/files, as well as old disabled users automatically #155

Closed Augustin-FL closed 9 months ago

Augustin-FL commented 9 months ago

This PR implements a way to delete automatically disabled users after 30 days (based on their last activity time) and old analyses/files (based on a configurable time).

Also, this PR adds an option to "anonymize" a file and its analyses from the web interface. To "anonymize" means here to keep analyses in the database, but to delete the actual file from disk as well as analyse's support files, if any.

Close https://github.com/certsocietegenerale/fame/issues/17