Skip to content

Remove unused logic from the bottom of the ZAP scripts

Avielle Wolfe requested to merge avoid-duplicate-url-count into master

What does this MR do?

  • Removes logic for config file generation, which is not supported by DAST
  • Removes logic for printing the URL count, which is already handled by DAST
  • Removes warning when no URLs are found, which was unreachable code because ZAP throws an IOError if it cannot reach the target URL
  • Updates the Apache compliance comment to be more generic, to avoid having to write a long list of changes as we remove more code from the scripts

What are the relevant issue numbers?

gitlab-org/gitlab#218808 (closed)

Does this MR meet the acceptance criteria?

Merge request reports

Loading