Skip to content

Remove extra text from URLs in report

What does this MR do?

this merge request addresses the issue that the report schema specifies a link should be uri by ensuring the values we get from zap do not contain known-bad value. a subsequent merge request will ensure the format more strictly adhered to. we opted to go with an mvc to give more time to consider the other more comprehensive solution.

What are the relevant issue numbers?

DAST report validation error: [Schema] property '/vulnerabilities/x/links/x/url' does not match format: uri

Edited by Philip Cunningham

Merge request reports