microsoft/restler-fuzzer
take into account 'minItems' and 'maxItems' when generating arrays in the grammar
开放
#198 创建于 2021年5月4日
enhancementhelp wanted
仓库指标
- 星标
- (2,929 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
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