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

Added OpenAPI specification version to README.md #17

Closed TobiasDeBruijn closed 2 years ago

TobiasDeBruijn commented 2 years ago

This PR adds a note to the README indicating that the program only supports OpenAPI v3 in both YAML and JSON format.

Fixes #15

matusf commented 2 years ago

Thanks for you contribution!