Skip to content

Limit the number of URLs shown in an aggregated vulnerability

What does this MR do?

This MR limits the number of URLs listed in an aggregated vulnerability's details section to 50 by default. It also adds the environment variable DAST_AGGREGATED_VULNERABILITIES_REPORTING_LIMIT to allow the user to set that value manually if required. Setting DAST_AGGREGATED_VULNERABILITIES_REPORTING_LIMIT to 0 will remove the limit and allow all URLs to be listed.

What are the relevant issue numbers?

gitlab-org/gitlab#254043 (closed)

Does this MR meet the acceptance criteria?

Edited by Philip Cunningham

Merge request reports