Made the links in the 'description' field linkable.
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 |
---|---|
Screen_Recording_2024-12-19_at_15.52.40 |
How to set up and validate locally
-
In rails console, enable the FF
Feature.enable(:dast_ui_additional_variables)
-
Navigate to any project's DAST security configuration page (Secure → On-demand scans).
-
Scroll to the
DAST configuration
section and clickSelect scanner profile
. -
Add a new scanner profile, then scroll to the
Additional variables (optional)
section. -
Click
Add variable
. -
Validate that, on first load, there is only a
Variable
dropdown. -
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