Add a payload size limit on search route #397
ManyTheFish
started this conversation in
Feedback & Feature Proposal
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It's possible to make malicious search queries by sending oversized payloads, which will consume all meilisearch resources (DDOS).
For example, sending a word containing 1M
a
makes meilisearch work for 5s.We should add a payload size limit on the search request which would be different than the payload size on document routes.
related to meilisearch/meilisearch#2175
Beta Was this translation helpful? Give feedback.
All reactions