microsoft/restler-fuzzer

restler grammar should support fuzzable elements for format: date-span and uri

オープン

#11 opened on 2020/10/24

 (8 件のコメント) (0 件のリアクション) (0 人の担当者)Python (329 件のフォーク)auto 404
good first issue

Repository metrics

Stars
 (2,929 個のスター)
PR merge metrics
 (PR metrics pending)

説明

For the following Swagger defined properties:

          "timeSpan": {
              "type": "string",
              "description": "A string which is interpreted as a TimeSpan",
              "format": "date-span",
              "nullable": true
            }

          "targetUrl": {
            "type": "string",
            "format": "uri",
            "nullable": true
          }

Currently, these are compiled to restler_fuzzable_string.

It should instead be restler_fuzzable_date_span and restler_fuzzable_uri.

コントリビューターガイド