Skip to content

#611 Add bounds validation for pagination in soroban controller #314

@vic-Gray

Description

@vic-Gray

Area: validation · Effort: XS\n\nWhat: Validate that skip >= 0 and limit is within an acceptable maximum.\n\nWhy: Unbounded pagination can cause memory exhaustion or expose excessive data.\n\nHints:\n- backend/src/soroban/soroban.controller.ts\n- Use @Min(0) and @Max(100) class-validator decorators

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions