Commit 7a44cd4e authored by Dheeraj Joshi's avatar Dheeraj Joshi

Address review suggestions

parent 255bae2b
......@@ -54,10 +54,6 @@ module Types
object.dast_site.url
end
def target_type
object.target_type
end
def edit_path
Rails.application.routes.url_helpers.edit_project_security_configuration_dast_scans_dast_site_profile_path(object.project, object)
end
......@@ -66,10 +62,6 @@ module Types
object
end
def excluded_urls
object.excluded_urls
end
def normalized_target_url
DastSiteValidation.get_normalized_url_base(object.dast_site.url)
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment