parent
460ccf2dfd
commit
34a8090328
5 changed files with 5 additions and 5 deletions
|
@ -168,7 +168,7 @@ angular.module('quay').directive('repoPanelTags', function () {
|
|||
|
||||
VulnerabilityService.forEachVulnerability(resp, function(vuln) {
|
||||
if (VulnerabilityService.LEVELS[vuln.Severity].index == 0) {
|
||||
$scope.defcon1[vuln.ID] = v;
|
||||
$scope.defcon1[vuln.Name] = vuln;
|
||||
$scope.hasDefcon1 = true;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue