Skip to content

Made the links in the 'description' field linkable.

Chen Charnolevsky requested to merge 509919-links-within-the-description into master

What does this MR do and why?

Base on this discussion, the links within the 'description' field needs to be linkable.

References

Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
image Screen_Recording_2024-12-19_at_15.52.40

How to set up and validate locally

  1. In rails console, enable the FF

    Feature.enable(:dast_ui_additional_variables)
  2. Navigate to any project's DAST security configuration page (Secure → On-demand scans).

  3. Scroll to the DAST configuration section and click Select scanner profile.

  4. Add a new scanner profile, then scroll to the Additional variables (optional) section.

  5. Click Add variable.

  6. Validate that, on first load, there is only a Variable dropdown.

  7. Open the dropdown and validate that the UI behaves as expected.

Numbered steps to set up and validate the change are strongly suggested.

Related to #509919

Edited by Chen Charnolevsky

Merge request reports

Loading