Skip to content

Disable large values for the limit query #11

@ayaanqui

Description

@ayaanqui

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:

@Query('limit') limit: number = 50,

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions