Skip to content

Draft: Move target access check into TargetSelector

Avielle Wolfe requested to merge refactor-target-check into master

What does this MR do?

Refactors the target access check into TargetSelector so that all target processing logic is in the same place.

  • Renames TargetWebsite to TargetWebsiteCheck and moves it to services
  • Renames TargetWebsiteAvailabilityCheck to TargetWebsiteAvailability and moves it to services
  • Moves the target access check out of ScanScriptWrapper and into TargetSelector.

What are the relevant issue numbers?

I'm taking gitlab-org/gitlab#229067 (closed) as an opportunity to do this refactor

Edited by Avielle Wolfe

Merge request reports

Loading