diogo-fernan / malsub

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

Set services as deprecated #27

Closed alex-ilgayev closed 2 years ago

alex-ilgayev commented 2 years ago

Malsub support a large number of services, while few of them became out-of-service during the years. The incentive to remove inactive services, is to help future refactoring, and reduce amount of irrelevant amount of code.

We don't want to erase the work done writing these services, so I commented them out. You are welcome to suggest any other effective method. (Leaving the code as is will force load it as one of the services, which we don't want)

The services I declared deprecated are:

diogo-fernan commented 2 years ago

I support removing them completely. The code will be kept in Git History so we shouldn't worry about that.

Seconded! These may never come back up again, so no worries from my side.

alex-ilgayev commented 2 years ago

Glad to hear we are agreeing on that. Possibly more services could be irrelevant, but these ones were obvious. For others, it demands getting proper API keys, which I don't have for all