Commit 688a9dc5 authored by Filipa Lacerda's avatar Filipa Lacerda

Improves filtering for all issues in SAST and adds changelog

parent 95fdad8c
---
title: Adds support to show added, fixed and all vulnerabilties for SAST in merge
request widget
merge_request:
author:
type: changed
......@@ -122,12 +122,8 @@ export default class MergeRequestStore extends CEMergeRequestStore {
// Remove the new Issues and the added issues
this.securityReport.allIssues = MergeRequestStore.filterByKey(
MergeRequestStore.filterByKey(
parsedHead,
this.securityReport.newIssues,
filterKey,
),
this.securityReport.resolvedIssues,
parsedHead,
this.securityReport.newIssues.concat(this.securityReport.resolvedIssues),
filterKey,
);
} else {
......
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