Skip to content

Board JSON import has no entity-count caps (large payloads, heavy single transaction) #3422

Description

@Chris0Jeky

See coordinator findings S-ImportCaps. ImportBoardCoreAsync validates the whole payload transactionally (good) but enforces no caps on column/card/label counts; the only bound is Kestrel MaxRequestBodySize (~30MB), which admits tens of thousands of cards in one request/transaction (authenticated self-serve DoS on shared DB/CPU). Assignee mappings are correctly restricted to self-or-unassigned. Suggested: cap columns/cards/labels/relations per import (with a clear 400/413 message), consistent with round-trip needs for legitimately large boards.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Priority IVLater maturity/deepening; revisited at horizon planning.bugSomething isn't working

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions