Skip to content
Snippets Groups Projects

Add 'location.file' to new vulnerability details component

All threads resolved!
Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -54,7 +54,7 @@ export default {
@@ -54,7 +54,7 @@ export default {
required: true,
required: true,
},
},
/**
/**
* Location metadata for the vulnerability. It's fields depend on the type of security scan that found the vulnerability.
* Location metadata for the vulnerability. Its fields depend on the type of security scan that found the vulnerability.
*
*
* @typedef {{ startLine?: string, endLine?: string, blobPath?: string, file?: string }} VulnerabilityLocationSast
* @typedef {{ startLine?: string, endLine?: string, blobPath?: string, file?: string }} VulnerabilityLocationSast
* @typedef {( VulnerabilityLocationSast | null )} VulnerabilityLocation
* @typedef {( VulnerabilityLocationSast | null )} VulnerabilityLocation
Loading