g3rda
g3rda
@Stranger6667 that sounds good! A `crashes/` folder would be especially helpful for stateful fuzzing with multiple requests per failure. Two things to consider: 1. Crash uniqueness in `crashes/`. In Schemathesis,...
I like the idea of checking Sentry/logs, it adds real system feedback into fuzzing. I feel such a hook could improve the accuracy of reported bugs a lot. The trade-off...
> ``` > # Runs only the minimized version > schemathesis replay /path > # Runs the whole sequence of API calls > schemathesis replay --full /path > ``` By...
I think the mutually exclusive filters you suggested would cover my use case really well - they’re intuitive, easy to work with, and extend previous replay functionality without taking anything...