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

Add post fuzz hooks #36

Closed OiCMudkips closed 4 years ago

OiCMudkips commented 4 years ago

This makes it so that developers can add their own headers and parameters to fuzzing requests, in case the Swagger spec is intentionally incomplete (some more details are available on internal Slack).

TODO: Actually provide an interface for developers to create hooks.


I also moved a bunch of the fuzzing code to its own function to try to reduce nesting.