Skip to content

Config missing upper bound on gateway.max_body_size #875

@bug-ops

Description

@bug-ops

Context

validate() does not bound gateway.max_body_size. Misconfiguration can exhaust server memory.

Solution

Add validation: gateway.max_body_size <= 10_485_760 (10 MiB).

Epic: #854 | Effort: S | Crate: zeph-core

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions