{{ 'VULNERABILITY.OVERALL_SEVERITY' | translate }} {{ 'VULNERABILITY.SEVERITY.HIGH' | translate | titlecase }} {{ 'VULNERABILITY.OVERALL_SEVERITY' | translate }} {{ 'VULNERABILITY.SEVERITY.MEDIUM' | translate | titlecase }} {{ 'VULNERABILITY.OVERALL_SEVERITY' | translate }} {{ 'VULNERABILITY.SEVERITY.LOW' | translate | titlecase }} {{ 'VULNERABILITY.OVERALL_SEVERITY' | translate }} {{ 'VULNERABILITY.SEVERITY.UNKNOWN' | translate | titlecase }} {{ 'VULNERABILITY.NO_VULNERABILITY' | translate }}

{{ tipTitle }}
{{ highCount }}{{ getPackageText(highCount) | translate }} {{ haveText(highCount) | translate }} {{ 'VULNERABILITY.SEVERITY.HIGH' | translate }} {{ unitText(highCount) | translate }}
{{ mediumCount }}{{ getPackageText(mediumCount) | translate }} {{ haveText(mediumCount) | translate }} {{ 'VULNERABILITY.SEVERITY.MEDIUM' | translate }} {{ unitText(mediumCount) | translate }}
{{ lowCount }}{{ getPackageText(lowCount) | translate }} {{ haveText(lowCount) | translate }} {{ 'VULNERABILITY.SEVERITY.LOW' | translate }} {{ unitText(lowCount) | translate }}
{{ unknownCount }}{{ getPackageText(unknownCount) | translate }} {{ haveText(unknownCount) | translate }} {{ 'VULNERABILITY.SEVERITY.UNKNOWN' | translate }} {{ unitText(unknownCount) | translate }}
{{ noneCount }}{{ 'VULNERABILITY.SEVERITY.NONE' | translate }}
{{ 'VULNERABILITY.CHART.SCANNING_TIME' | translate }} {{ completeTimestamp | harborDatetime : 'MM/dd/y HH:mm:ss' }}