Limits

Type Alias Limits 

Source
pub type Limits = _ddwaf_config__ddwaf_config_limits;
Expand description

The limits attached to a Config.

Aliased Type§

#[repr(C)]
pub struct Limits { pub max_container_size: u32, pub max_container_depth: u32, pub max_string_length: u32, }

Fields§

§max_container_size: u32

Maximum size of ddwaf::object containers.

§max_container_depth: u32

Maximum depth of ddwaf::object containers.

§max_string_length: u32

Maximum length of ddwaf::object strings.