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

allow factories to exclude parameters #6

Closed domanchi closed 5 years ago

domanchi commented 5 years ago

Summary

Sometimes, we want to be able to manually exclude parameters from the fuzzed request. This allows us to do so.

Usage

import fuzz_lightyear

@fuzz_lightyear.register_factory('parameter_to_exclude')
def exclude():
    return None