When handling user inputs or query parameters, we currently lack proper authorization checks for certain filtering operations. This oversight can potentially allow unauthorized users to access or manipulate data that they shouldn't have access to.
Describe the solution you'd like
Check search parametes before processing the request.
Describe your problem.
When handling user inputs or query parameters, we currently lack proper authorization checks for certain filtering operations. This oversight can potentially allow unauthorized users to access or manipulate data that they shouldn't have access to.
Describe the solution you'd like
Check search parametes before processing the request.