Yelp / fuzz-lightyear

A pytest-inspired, DAST framework, capable of identifying vulnerabilities in a distributed, micro-service ecosystem through chaos engineering testing and stateful, Swagger fuzzing.
Other
205 stars 25 forks source link

pass internally_dereference_ref flag to bravado and remove manual dereferencing #17

Closed acoover closed 4 years ago

acoover commented 4 years ago

Functionality added to bravado-core by @macisamuele ensures that all params on an operation exposed by the bravado client are dereferenced, which means we don't need to perform the dereferencing within fuzz-lightyear.

As a bonus, this solves for multi-file swagger specs, which was the original reason I made this change.