Skip to content

Enable "edit" links in DAST profiles library

What does this MR do?

This MR enables edit links in the DAST Site Profiles library.

How to test this?

  • Enable both feature flags.
echo "Feature.enable(:security_on_demand_scans_feature_flag)" | spring rails c
echo "Feature.enable(:security_on_demand_scans_site_profiles_feature_flag)" | spring rails c
  • Visit a project's DAST profiles library: /:group/:project/-/on_demand_scans/profiles.

Screenshots

Before After
Screen_Shot_2020-08-10_at_2.45.56_PM Screen_Shot_2020-08-10_at_2.42.33_PM

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Paul Gascou-Vaillancourt

Merge request reports