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
7933483d
Commit
7933483d
authored
Sep 16, 2020
by
Kev
Committed by
Olena Horal-Koretska
Sep 16, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix MR Modal Vulnerability Links Overflow Modal
parent
27c57663
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
1 deletion
+10
-1
ee/app/assets/javascripts/vue_shared/security_reports/components/vulnerability_details.vue
...red/security_reports/components/vulnerability_details.vue
+2
-1
ee/changelogs/unreleased/242035-Fix-Vuln-Links-Overflow-Modal.yml
...elogs/unreleased/242035-Fix-Vuln-Links-Overflow-Modal.yml
+5
-0
ee/spec/frontend/vue_shared/security_reports/components/__snapshots__/vulnerability_details_spec.js.snap
...mponents/__snapshots__/vulnerability_details_spec.js.snap
+3
-0
No files found.
ee/app/assets/javascripts/vue_shared/security_reports/components/vulnerability_details.vue
View file @
7933483d
...
...
@@ -153,6 +153,7 @@ export default {
<gl-link
v-if=
"identifier.url"
ref=
"identifiersLink"
class=
"gl-word-break-all"
:href=
"identifier.url"
target=
"_blank"
rel=
"nofollow"
...
...
@@ -186,7 +187,7 @@ export default {
</vulnerability-detail>
<vulnerability-detail
v-if=
"links"
:label=
"s__('Vulnerability|Links')"
>
<span
v-for=
"(link, i) in links"
:key=
"i"
>
<gl-link
ref=
"linksLink"
:href=
"link.url"
target=
"_blank"
>
<gl-link
ref=
"linksLink"
class=
"gl-word-break-all"
:href=
"link.url"
target=
"_blank"
>
{{
link
.
value
||
link
.
url
}}
</gl-link>
<span
v-if=
"hasMoreValues(i, links)"
>
,
</span>
...
...
ee/changelogs/unreleased/242035-Fix-Vuln-Links-Overflow-Modal.yml
0 → 100644
View file @
7933483d
---
title
:
Fix MR Modal Vulnerability Links Overflow Modal
merge_request
:
42332
author
:
Kev @KevSlashNull
type
:
fixed
ee/spec/frontend/vue_shared/security_reports/components/__snapshots__/vulnerability_details_spec.js.snap
View file @
7933483d
...
...
@@ -104,6 +104,7 @@ key2: value2"
>
<span>
<gl-link-stub
class="gl-word-break-all"
href="https://deps.sec.gitlab.com/packages/npm/serialize-javascript/versions/1.7.0/advisories"
rel="nofollow"
target="_blank"
...
...
@@ -119,6 +120,7 @@ key2: value2"
</span>
<span>
<gl-link-stub
class="gl-word-break-all"
href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16769"
rel="nofollow"
target="_blank"
...
...
@@ -175,6 +177,7 @@ key2: value2"
>
<span>
<gl-link-stub
class="gl-word-break-all"
href="https://nvd.nist.gov/vuln/detail/CVE-2019-16769"
target="_blank"
>
...
...
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