From edaa33dee2ff2f7ea3fac488d41558eb5f86d68c Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 20 Jan 2022 09:16:11 +0000 Subject: Add latest changes from gitlab-org/gitlab@14-7-stable-ee --- spec/fixtures/security_reports/master/gl-sast-report.json | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'spec/fixtures/security_reports') diff --git a/spec/fixtures/security_reports/master/gl-sast-report.json b/spec/fixtures/security_reports/master/gl-sast-report.json index 3323c1fffe3..63504e6fccc 100644 --- a/spec/fixtures/security_reports/master/gl-sast-report.json +++ b/spec/fixtures/security_reports/master/gl-sast-report.json @@ -26,6 +26,16 @@ "value": "PREDICTABLE_RANDOM", "url": "https://find-sec-bugs.github.io/bugs.htm#PREDICTABLE_RANDOM" } + ], + "links": [ + { + "name": "Link1", + "url": "https://www.url1.com" + }, + { + "name": "Link2", + "url": "https://www.url2.com" + } ] }, { -- cgit v1.2.3