Skip to content

Can't run DAST scan without repository

Paul Gascou-Vaillancourt requested to merge 324777-dast-scan-blank-project into master

What does this MR do?

This adds an error message below the branch selector and changes the selector's "no results" text in the on-demand scans form when a default branch does not exist. The assumption here is that when no default branch exists, then no repository has been created in the project yet and on-demand scans can not be run. The message recommends creating a repository before attempting to run scans.

How to test this?

  1. Create a blank project without a Git repository.
  2. Navigate to the on-demand scans form at /:namespace/:blank_project/-/on_demand_scans/new.

Screenshots (strongly suggested)

Before After
Screen_Shot_2021-03-26_at_9.25.22_AM Screen_Shot_2021-03-26_at_9.24.29_AM
Screen_Shot_2021-03-26_at_4.17.11_PM Screen_Shot_2021-03-26_at_4.14.50_PM
It's worth noting that it is possible to save scan profiles, even without a branch, but attempting to run it would fail with an API error:

Screen_Shot_2021-03-26_at_9.24.45_AM

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

Related to #324777 (closed)

Edited by Paul Gascou-Vaillancourt

Merge request reports