Skip to content

DAST URL CSV Download

Problem to solve

As a user who has run a DAST scan, I would like to download a CSV list of all the URLs that were scanned in my test, so that I can make sure that the test scanned all the URLs that I wanted it to.

Intended users

User experience goal

The user should be able to click the "Download" button on the URL detail modal (#220405 (closed)) to download a CSV list of the URLs.

Proposal

The CSV download should have each URL is a separate row. The columns for the CSV should be the sections of the URL:

  1. Method
  2. Host
  3. Path
  4. Query String

The discussion around this CSV is in comments on issue #214397 (closed)

Implementation

Edited by Craig Smith