Under development in master branch.
- Web Report: fixed bug in which low-code view did not work for test comments written in Python and JavaScript
- Web Report: added new "Warnings" tab to show all general warnings reported by the fuzzer
- Web Report: added new "Examples" tab to filter tests by the named examples they use (if any)
- Web Report: fixed bug in which accordions' state was not saved when changing tab.
- Fixed bugs in Web Report related to endpoint filters when changing tab.
- Auth Schema: replaced 'required' with 'x-required' in few places to deal with issue with template resolution
- Web Report: added first version of test case manual validation
- Web Report: displayed icon, and fixed some coloring and description issues
- Added 4 new fault categories related to latest security work
- breaking changes: refactored how TokenHandling is defined in auth schema
- in report, added info on executionTimeInSeconds and evaluatedHttpCalls
- first public release
- integration with Zenodo
- removed yarn
- HTTP status can now be optional (needed when HTTP calls timeout)
- better description for schema errors
- New security fault categories
- Fixed camelCase in schemas
- Fixed handling of timestamp
- Provided fault category descriptions
- Removing all annotations in generated DTOs
- Support for auth
- First draft version