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

Fix out of bounds error. #126

Closed ctwinovalon closed 1 month ago

ctwinovalon commented 1 month ago

Fix an out-of-bounds error.

en-milie commented 1 month ago

This is not fixing the root cause, it's just avoiding the exception being thrown. I've committed a proper fix for this here: https://github.com/Endava/cats/commit/1f936a9b8a80232a9bcb9a56f5e2c4b777fb38c7. I'll close this PR.