Endava / cats

CATS is a REST API Fuzzer and negative testing tool for OpenAPI endpoints. CATS automatically generates, runs and reports tests with minimum configuration and no coding effort. Tests are self-healing and do not require maintenance.
Apache License 2.0
1.11k stars 76 forks source link

SecurityFuzzer stringFile enhancement #84

Closed olicau closed 7 months ago

olicau commented 8 months ago

hello, first excellent tool :) I love it. I am using in my security fuzzer a file called big-list-of-naughty-strings as stringFile. https://raw.githubusercontent.com/minimaxir/big-list-of-naughty-strings/master/blns.txt I am noticing that line starting with # (comments) and blank line are not being ignored. Could be a nice enhancement to handle ignore those.

Thanks

en-milie commented 8 months ago

Thanks! Makes sense :) I'll add these in the next release.

en-milie commented 7 months ago

Feature available in latest release: https://github.com/Endava/cats/releases/tag/cats-10.1.0