Skip to content

This MR adds new feature flag for DAST pre-scan verification

Artur Fedorov requested to merge 376687-feature-falg-pre-scan-verification into master

What does this MR do and why?

This MR resolves #376687 (closed)

New DAST pre-scan verification feature is being presented. Before this feature is stable it will work under this feature flag.

With FF enabled: new selection flow with side drawer is presented

With FF disabled: old selection and display process is presented.

How to set up and validate locally

  1. Enable flag by enabling rails console in terminal
   Feature.enable(:dast_pre_scan_verification)
  1. After testing, disable flag
   Feature.disable(:dast_pre_scan_verification)

This is initial MR for creating a feature flag.

Describe in detail what your merge request does and why.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports