diogo-fernan / malsub

A Python RESTful API framework for online malware analysis and threat intelligence services.
Other
365 stars 83 forks source link

Removed downloaded file #31

Closed alex-ilgayev closed 2 years ago

alex-ilgayev commented 2 years ago

Left artifact in downl folder.

diogo-fernan commented 2 years ago

@alex-ilgayev this breaks the test_api function (-t or --test option) in https://github.com/diogo-fernan/malsub/blob/master/malsub/service/base.py#L159 that uses a sample file to test file uploads to services defined in:

https://github.com/diogo-fernan/malsub/blob/b68afcd61628b4ea167011d6c4062501389231ef/malsub/core/meta.py#L11

Can you please revert the commit?

alex-ilgayev commented 2 years ago

Sure I'll revert it, maybe we need to document it better, because it looked like a remained artifact

diogo-fernan commented 2 years ago

Thanks!