Skip to content

Correctly format reference URLs in report

What does this MR do?

this merge request follows on from Remove extra text from URLs in report. i've originally explored using a small third-party library to extract urls from strings we get from zap but opted instead to use regular expressions from the rfc3987 package, which seemed simpler.

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