Skip to content

Search: limit number of results (prevent DoS)

Alex Gleason requested to merge fix-search-dos into develop

This should prevent a DoS attack where a script requests GET /api/v2/search?q=AAAAAA&limit=99999999999 repeatedly

Merge request reports