Commit 4fb0fce3 authored by Jonathan Schafer's avatar Jonathan Schafer

Download patch for stanalone vulnerabilities - BE

parent 30d9468a
......@@ -39,6 +39,7 @@ module VulnerabilitiesHelper
:location,
:name,
:issue_feedback,
:merge_request_feedback,
:project
).merge(
solution: remediation ? remediation['summary'] : occurrence[:solution]
......
---
title: Implement backend work for standalone vulnerabilities download patch
merge_request: 31498
author:
type: fixed
......@@ -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,
......
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