-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
The limit query on /products can accept any numeric value for the limit query. This can lead to crashes as it can be called with a very large value and this significantly slow or even crash the server. See:
api/src/products/products.controller.ts
Line 25 in c1cfc37
| @Query('limit') limit: number = 50, |
Reactions are currently unavailable