Skip to content

DAST Scanner profile selector - add remaining options - Frontend

Summary

This issue is for adding the remaining options for DAST Scanner Profiles selector.

  1. Scan Mode
  2. Ajax Spider
  3. Debug Message

Designs

image

Implementation plan

  • Update graphql query in ee/app/assets/javascripts/dast_profiles/graphql/dast_scanner_profiles.query.graphql
    • Add scanMode
    • Add ajaxSpider
    • Add showDebugMessages
  • Update scanner-profile-summary in ee/app/assets/javascripts/on_demand_scans/components/on_demand_scans_form.vue
    • Make scan mode dynamic
    • Add ajax spider
    • Add debug message
  • Update specs
Edited by Dheeraj Joshi