microsoft/restler-fuzzer
take into account 'minItems' and 'maxItems' when generating arrays in the grammar
Offen
#198 geöffnet am 04.05.2021
enhancementhelp wanted
Repository-Metriken
- Stars
- (2.929 Sterne)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
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