Commit 807a09a3 authored by nmccorrison's avatar nmccorrison

Prettified files and addd changelog entry

parent d43a1ed5
---
title: Added DAST path to display on vulnerabilities list
merge_request: 49616
author:
type: changed
...@@ -103,7 +103,7 @@ export const generateVulnerabilities = () => [ ...@@ -103,7 +103,7 @@ export const generateVulnerabilities = () => [
severity: 'high', severity: 'high',
state: 'DETECTED', state: 'DETECTED',
location: { location: {
path: '/v1/trees' path: '/v1/trees',
}, },
project: { project: {
nameWithNamespace: 'Administrator / Security reports', nameWithNamespace: 'Administrator / Security reports',
......
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