matusf / openapi-fuzzer

Black-box fuzzer that fuzzes APIs based on OpenAPI specification. Find bugs for free!
GNU Affero General Public License v3.0
526 stars 22 forks source link

feat: generate typed headers, query and path parameters #36

Closed matusf closed 10 months ago

matusf commented 10 months ago

As for now, parameters were only of type string. Now, all parameters are typed. The supported types are: int, float, bool, and string.