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

Update generator to consider 201 as success response code #83

Closed Chandra158 closed 1 year ago

Chandra158 commented 1 year ago

Overview

The generated graph from swagger docs only considers 200 as success response code. For the purpose of fuzz-lightyear, 201 is another useful response code mainly used for create apis.

How has this been tested