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 --disable-unicode flag #34

Closed margaretgorguissian closed 4 years ago

margaretgorguissian commented 4 years ago

This PR addresses issue #2.

Add a --disable-unicode flag, and only fuzz with ASCII characters when the flag is included. This PR adds an addition unicode_enabled setting to Settings(), and its default is true.