Skip to content

Enable on-demand DAST scan feature flag by default

What does this MR do?

this merge request enables security_on_demand_scans_feature_flag feature flag by default as per discussion (slack, gitlab).

we feel like we're ready to enable the feature flag by default because the feature has been verified and seems to be working as expected. we're going to keep all the logic associated with this feature flag and enable it by default in %13.3, which would will allow us to disable it later on if we need to. early in %13.4, we'll remove the feature flag altogether.

to remove a the feature flag if you've already set it locally you should run the following command.

echo "Feature.remove(:security_on_demand_scans_feature_flag)" | bundle exec rails c

Related Issue(s)

#235105 (closed)

Notes

Screenshot(s)

master feature flag not enabled

image

default-on-demand-dast-scan-feature-to-true-235105 feature flag not enabled

image

Screen_Recording_2020-08-13_at_3.56.33_pm

ignore paused job. my local runner requires me to to pause and unpause to pick up jobs. i verified the job ran but the video was too long to upload.

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
Edited by Philip Cunningham

Merge request reports