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
c05cc513
Commit
c05cc513
authored
Dec 07, 2020
by
Daniel Tian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix security dashboard breadcrumb on vulnerability details page
parent
d6b07dfb
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
3 deletions
+8
-3
doc/user/application_security/security_dashboard/img/vulnerability_details_create_issue_v13_7.png
...ashboard/img/vulnerability_details_create_issue_v13_7.png
+0
-0
doc/user/application_security/security_dashboard/img/vulnerability_page_v13_1.png
...urity/security_dashboard/img/vulnerability_page_v13_1.png
+0
-0
doc/user/application_security/security_dashboard/index.md
doc/user/application_security/security_dashboard/index.md
+1
-1
ee/app/views/layouts/nav/sidebar/_project_security_link.html.haml
...iews/layouts/nav/sidebar/_project_security_link.html.haml
+1
-1
ee/app/views/projects/security/vulnerabilities/show.html.haml
...pp/views/projects/security/vulnerabilities/show.html.haml
+1
-1
ee/changelogs/unreleased/285583-rename-security-dashboard-breadcrumb.yml
...nreleased/285583-rename-security-dashboard-breadcrumb.yml
+5
-0
No files found.
doc/user/application_security/security_dashboard/img/vulnerability_details_create_issue_v13_7.png
0 → 100644
View file @
c05cc513
84 KB
doc/user/application_security/security_dashboard/img/vulnerability_page_v13_1.png
deleted
100644 → 0
View file @
d6b07dfb
77.5 KB
doc/user/application_security/security_dashboard/index.md
View file @
c05cc513
...
...
@@ -264,7 +264,7 @@ Clicking any vulnerability in the table takes you to its
[
Vulnerability Details
](
../vulnerabilities
)
page to see more information on that vulnerability.
To create an issue associated with the vulnerability, click the
**Create Issue**
button.
![
Create an issue for the vulnerability
](
img/vulnerability_
page_v13_1
.png
)
![
Create an issue for the vulnerability
](
img/vulnerability_
details_create_issue_v13_7
.png
)
Once you create the issue, the linked issue icon in the vulnerability list:
...
...
ee/app/views/layouts/nav/sidebar/_project_security_link.html.haml
View file @
c05cc513
...
...
@@ -21,7 +21,7 @@
=
link_to
project_security_dashboard_index_path
(
@project
),
title:
_
(
'Security Dashboard'
)
do
%span
=
_
(
'Security Dashboard'
)
=
nav_link
(
path:
'projects/security/vulnerability_report#index'
)
do
=
nav_link
(
path:
[
'projects/security/vulnerability_report#index'
,
'projects/security/vulnerabilities#show'
]
)
do
=
link_to
project_security_vulnerability_report_index_path
(
@project
),
title:
_
(
'Vulnerability Report'
),
data:
{
qa_selector:
'vulnerability_report_link'
}
do
%span
=
_
(
'Vulnerability Report'
)
...
...
ee/app/views/projects/security/vulnerabilities/show.html.haml
View file @
c05cc513
-
@content_class
=
"limit-container-width"
unless
fluid_layout
-
add_to_breadcrumbs
_
(
"
Security Dashboard"
),
project_security_dashboard
_index_path
(
@project
)
-
add_to_breadcrumbs
_
(
"
Vulnerability Report"
),
project_security_vulnerability_report
_index_path
(
@project
)
-
breadcrumb_title
@vulnerability
.
id
-
page_title
@vulnerability
.
title
-
page_description
@vulnerability
.
description
...
...
ee/changelogs/unreleased/285583-rename-security-dashboard-breadcrumb.yml
0 → 100644
View file @
c05cc513
---
title
:
Fix security dashboard breadcrumb on vulnerability details page
merge_request
:
49431
author
:
type
:
fixed
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