Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
ba93b50f
Commit
ba93b50f
authored
Apr 23, 2020
by
Savas Vedova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix broken link
- Generate changelog - Update translations
parent
711ed1ba
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
1 deletion
+10
-1
ee/app/views/projects/security/vulnerabilities/show.html.haml
...pp/views/projects/security/vulnerabilities/show.html.haml
+2
-1
ee/changelogs/unreleased/215208-fix-incorrect-link.yml
ee/changelogs/unreleased/215208-fix-incorrect-link.yml
+5
-0
locale/gitlab.pot
locale/gitlab.pot
+3
-0
No files found.
ee/app/views/projects/security/vulnerabilities/show.html.haml
View file @
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'
)
...
...
ee/changelogs/unreleased/215208-fix-incorrect-link.yml
0 → 100644
View file @
ba93b50f
---
title
:
Fix third party advisory links
merge_request
:
30271
author
:
type
:
fixed
locale/gitlab.pot
View file @
ba93b50f
...
...
@@ -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 ""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment