microsoft/restler-fuzzer
take into account 'minItems' and 'maxItems' when generating arrays in the grammar
Aperta
#198 aperta il 4 mag 2021
enhancementhelp wanted
Metriche repository
- Star
- (2929 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
See https://swagger.io/docs/specification/data-models/data-types.
RESTler should generate the minimum number of required elements to successfully execute the payload. (Then, the payload body checker will fuzz element lengths outside this range). The values generated should be unique.
type: array items: type: integer minItems: 1 maxItems: 10