Commit ba93b50f authored by Savas Vedova's avatar Savas Vedova

Fix broken link

- Generate changelog
- Update translations
parent 711ed1ba
......@@ -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
......@@ -20945,6 +20945,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