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
4fb0fce3
Commit
4fb0fce3
authored
May 08, 2020
by
Jonathan Schafer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Download patch for stanalone vulnerabilities - BE
parent
30d9468a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
0 deletions
+7
-0
ee/app/helpers/vulnerabilities_helper.rb
ee/app/helpers/vulnerabilities_helper.rb
+1
-0
ee/changelogs/unreleased/216651-download-patch-sav-be.yml
ee/changelogs/unreleased/216651-download-patch-sav-be.yml
+5
-0
ee/spec/helpers/vulnerabilities_helper_spec.rb
ee/spec/helpers/vulnerabilities_helper_spec.rb
+1
-0
No files found.
ee/app/helpers/vulnerabilities_helper.rb
View file @
4fb0fce3
...
...
@@ -39,6 +39,7 @@ module VulnerabilitiesHelper
:location
,
:name
,
:issue_feedback
,
:merge_request_feedback
,
:project
).
merge
(
solution:
remediation
?
remediation
[
'summary'
]
:
occurrence
[
:solution
]
...
...
ee/changelogs/unreleased/216651-download-patch-sav-be.yml
0 → 100644
View file @
4fb0fce3
---
title
:
Implement backend work for standalone vulnerabilities download patch
merge_request
:
31498
author
:
type
:
fixed
ee/spec/helpers/vulnerabilities_helper_spec.rb
View file @
4fb0fce3
...
...
@@ -108,6 +108,7 @@ describe VulnerabilitiesHelper do
description:
finding
.
description
,
identifiers:
kind_of
(
Array
),
issue_feedback:
anything
,
merge_request_feedback:
anything
,
links:
finding
.
links
,
location:
finding
.
location
,
name:
finding
.
name
,
...
...
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