Commit cbc6cb7c authored by Denys Mishunov's avatar Denys Mishunov

Merge branch '215208-fix-incorrect-link' into 'master'

Fix broken link

Closes #215208

See merge request gitlab-org/gitlab!30271
parents f5a65fc6 ba93b50f
......@@ -20,6 +20,7 @@
%li= _("Confidence: %{confidence}") % { confidence: @vulnerability.confidence }
%li= _("Report Type: %{report_type}") % { report_type: @vulnerability.report_type }
- if location['image']
%li= _("Image: %{image}") % { image: location['image'] }
......@@ -45,7 +46,7 @@
%h3= _('Links')
%ul
- finding.links.each do |link|
%li= link_to link['url'], target: '_blank', rel: 'noopener noreferrer'
%li= link_to link['url'], link['url'], target: '_blank', rel: 'noopener noreferrer', 'aria-label': _('Third Party Advisory Link'), title: link['url']
- if finding.identifiers.any?
%h3= _('Identifiers')
......
---
title: Fix third party advisory links
merge_request: 30271
author:
type: fixed
......@@ -21041,6 +21041,9 @@ msgstr ""
msgid "They can be managed using the %{link}."
msgstr ""
msgid "Third Party Advisory Link"
msgstr ""
msgid "Third party offers"
msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment