microsoft/restler-fuzzer

handling different string formats in RESTler

開放

#369 建立於 2021年10月8日

 (3 則留言) (1 個反應) (1 位負責人)Python (329 個分叉)auto 404
enhancementhelp wanted

倉庫指標

星標
 (2,929 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Any value can be used as the "format" value for string types in an OpenAPI specification. To better support domain-specific formats, RESTler could handle this in a generic way by generating a new dictionary entry, which the user could then populate. If empty, it would be treated as a restler_fuzzable_string.

For example: restler_custom_payload_format("date") restler_custom_payload_format("uri")

and in the dictionary:

"restler_custom_payload_format": {
  "date": ["2021-10-02"],
  "uri": ["https://example.com"]
}

貢獻者指南