microsoft / restler-fuzzer

RESTler is the first stateful REST API fuzzing tool for automatically testing cloud services through their REST APIs and finding security and reliability bugs in these services.
MIT License
2.59k stars 296 forks source link

Make example dates current #619

Closed marina-p closed 2 years ago

marina-p commented 2 years ago

When add_fuzzable_dates is specified, two additional dates are generated for every date type near the current date, which handles common API date constraints (e.g. expiration dates). Example payloads also have the same issue, but this option did not previously apply to examples.

This change adds support for modifying example dates to be 7 days in the future for common date formats.

Testing: