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

Adding database and auth to vulnerable app #24

Closed domanchi closed 4 years ago

domanchi commented 4 years ago

Summary

This change makes the vulnerable testing application a bit more realistic, by adding a database and supporting apikey authorization. By doing so, I uncovered and fix the following bugs:

Technical Details

For more details, check out the commit history.