Skip to content

Enforce primitive size limits (DoS prevention) #12

Description

@las7

Problem

Unbounded ints, strings, and collections enable memory exhaustion attacks.

Proposed change

Enforce limits on:

  • max string length
  • max list/dict/set size
  • max integer bit length
  • max recursion depth

Acceptance criteria

  • Violations terminate execution with clear error.
  • Limits configurable per job type.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions