certsocietegenerale / fame

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

Improve sanitization of submitted and extracted file names #152

Closed Augustin-FL closed 11 months ago

Augustin-FL commented 11 months ago

Submitted and extracted file names are not consistent depending if FAME is used with a remote worker or a local one. Also, in general file names are poorly sanitized, which can lead to issues like filename too long in some specific situations.

This PR aims to separate the name of the file on disk from the actual file name, and to improve sanitization of the file name on disk.