Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1002 Bytes

File metadata and controls

48 lines (30 loc) · 1002 Bytes

SNAPSHOT

Under development in master branch.

0.4.0

  • 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

0.3.0

  • Web Report: displayed icon, and fixed some coloring and description issues
  • Added 4 new fault categories related to latest security work

0.2.0

  • breaking changes: refactored how TokenHandling is defined in auth schema
  • in report, added info on executionTimeInSeconds and evaluatedHttpCalls

0.1.0

  • first public release
  • integration with Zenodo

0.0.6

  • removed yarn
  • HTTP status can now be optional (needed when HTTP calls timeout)
  • better description for schema errors

0.0.5

  • New security fault categories

0.0.4

  • Fixed camelCase in schemas
  • Fixed handling of timestamp
  • Provided fault category descriptions

0.0.3

  • Removing all annotations in generated DTOs

0.0.2

  • Support for auth

0.0.1

  • First draft version