·
1 commit
to f04c8e35be41e2e125178e9be5512175edf93e0c
since this release
- feat: Implement stop conditions for the normal fuzzing path
- fix: initialize JLine native bindings at runtime
- fix: make regex validation stack-safe
- fix: #209 normalize cyclic paths locale-independently
- fix: #188 encode functional path parameters
- fix: #208 replace path params before query params
- fix: #207 serialize array query parameters
- fix: #206 validate responses against complete schemas
- feat: Add TUI for a nicer visual display for CATS progress and results
- fix: stop isCyclicReference splitting property paths on underscores (#209)
- Encode supplied URL path parameters
- Handle array schemas with empty or missing items (fix #165)
- Encode supplied URL path parameters
- Fix array schemas with empty items
- feat: Implement #178 - provide support for WFC auth
- feat: Fix cats_remove for lists
- fix: Fix issue with parameter on GET requests not being parsed for openapi 3.1.x
- fix: Make mass assignment fuzzer inject fields in arrays of primivites