Skip to content

Create new DAST profiles routes

What does this MR do?

This creates new routes to access DAST profiles pages. When this is merged and deployed in all environments, we'll remove the old routes altogether in a follow-up MR: !42123 (merged)

Route aliases

Current path Alias
/on_demand_scans/profiles /security/configuration/dast_profiles
/on_demand_scans/profiles/dast_site_profiles/new /security/configuration/dast_profiles/dast_site_profiles/new
/on_demand_scans/profiles/dast_site_profiles/:id/edit /security/configuration/dast_profiles/dast_site_profiles/:id/edit
/on_demand_scans/profiles/dast_scanner_profiles/new /security/configuration/dast_profiles/dast_scanner_profiles/new
/on_demand_scans/profiles/dast_scanner_profiles/:id/edit /security/configuration/dast_profiles/dast_scanner_profiles/:id/edit
Description MR
👉 Create new routes !42600 (merged)
Start using new routes in the app !42859 (merged)
Remove old routes !42123 (merged)

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Closes #247935 (closed)

Edited by Paul Gascou-Vaillancourt

Merge request reports