mass-project / mass_server

Malware Analysis and Storage System - Server repository
https://mass-project.github.io/
MIT License
12 stars 4 forks source link

Replaced tags__all with tags__contains #109

Closed Silberschleier closed 6 years ago

Silberschleier commented 6 years ago

tagsall requires a list of tags, but we can't currently parse these as url parameters. tagscontains can only be used to filter for a single tag though.