Skip to main content

Module limits

Module limits 

Source
Expand description

Size and depth budget constants for document parsing.

These constants govern the maximum sizes and counts accepted during parsing to prevent denial-of-service via excessively large or deeply nested input.

Constantsยง

MAX_YAML_DEPTH
Maximum YAML nesting depth (100 levels).