Skip to content

Ignore DAST Report variables after DAST 4

Marcos Rocha requested to merge mc_rocha-deprecate-dast-reports-384340 into main

What does this MR do?

In 16.0 we will be dropping support for the environment variables: DAST_HTML_REPORT, DAST_XML_REPORT, and DAST_MARKDOWN_REPORT.

This Merge Request adds:

  • Deprecation notice to code
  • Conditional into DAST engine so that the values are ignored if DAST version is >=4. This way, when we bump the version, we do not need to immediately remove the code.

What are the relevant issue numbers?

gitlab-org/gitlab#384340 (closed)

GitLab Docs MR

Merge request reports