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: ability to read spec file from an http server #41

Open nponsard opened 6 months ago

nponsard commented 6 months ago

This commit add the detection of an url in the spec file path. If an url is passed as argument, the spec file will be downloaded and parsed.

The tls verification is skipped if the --skip-tls-verification flag is passed.

nponsard commented 6 months ago

This fixes #20