Free-Form Fuzzers
OpenAPI schemas with unconstrained array items or unrestricted object properties can hide unsafe parser and binding behavior. These fuzzers add hostile values while preserving the rest of a generated request.
FreeFormArrayItemsFieldstargets arrays without an item schema and sends hostile values, expecting either a valid2XXresponse or a validation4XXresponse.FreeFormObjectFieldstargets objects with unrestrictedadditionalPropertiesand adds hostile keys and values, expecting either2XXor4XX.
Both are Field Fuzzers and can be selected with --fuzzers=FreeForm or
excluded with --skipFuzzers=FreeForm.