Skip to content

Remove minLength from body fields in dast schema

Michael Eddington requested to merge bug-dast-request-body-minlength into master

What does this MR do?

Remove the minLength requirement from the body fields in request/responses from the DAST schema.

Minimum length of 1 was added to numerous required fields in the schema's. However, for some fields such as body a zero length is valid. By adding minLength to the body fields, a bug was introduced preventing validation of valid security reports for dast.

Availability and Testing

  • Review and add/update tests for this feature/bug
Edited by Michael Eddington

Merge request reports

Loading