CERT-Polska / mwdb-core

Malware repository component for samples & static configuration with REST API interface.
https://mwdb.readthedocs.io/
Other
321 stars 73 forks source link

Allow to set limit of tags returned by TagListResource #960

Closed psrok1 closed 2 months ago

psrok1 commented 2 months ago

Your checklist for this pull request

What is the current behaviour?

TagListResource returns all tags matching provided prefix without any limitation. It's especially expensive when we provide a very common prefix e.g. "feed:" or "ripped:"

What is the new behaviour?