We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c0d3c5 commit 7ab5942Copy full SHA for 7ab5942
entrypoint.js
@@ -418,7 +418,7 @@ const processReport = function () {
418
name: v.name.truncateLeft(30),
419
severity: v.severity || '',
420
category: v.category || '',
421
- identifier: (v.identifiers || []).map(i => i.type == 'cwe' ? i.name : undefined).filter(o => o),
+ identifier: (v.identifiers || []).map(i => i.type == 'cwe' ? undefined : i.value).filter(o => o),
422
location: v.location.file.truncateLeft(30)
423
}
424
}))
0 commit comments