microsoft/restler-fuzzer

take into account 'minItems' and 'maxItems' when generating arrays in the grammar

Ouverte

#198 ouverte le 4 mai 2021

 (3 commentaires) (0 réaction) (1 personne assignée)Python (329 forks)auto 404
enhancementhelp wanted

Métriques du dépôt

Stars
 (2 929 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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

Guide contributeur