@if (!noVulnerability) {
{{ vulnerabilitySummary?.severity | slice : 0 : 1 }}
{{ 'SCANNER.VULNERABILITY_SEVERITY' | translate }} {{ tipTitle }}
}
@if (!noVulnerability) {
{{ total }} {{ 'SCANNER.TOTAL' | translate }}
-
{{ fixableCount }} {{ 'SCANNER.FIXABLE' | translate }}
} @if (noVulnerability) {
{{ 'VULNERABILITY.NO_VULNERABILITY' | translate }}
}
@if (!noVulnerability) {
{{ vulnerabilitySummary?.severity | slice : 0 : 1 }}
} @if (isCritical) { {{ 'VULNERABILITY.OVERALL_SEVERITY' | translate }} {{ 'VULNERABILITY.SEVERITY.CRITICAL' | translate | titlecase }} } @if (isHigh) { {{ 'VULNERABILITY.OVERALL_SEVERITY' | translate }} {{ 'VULNERABILITY.SEVERITY.HIGH' | translate | titlecase }} } @if (isMedium) { {{ 'VULNERABILITY.OVERALL_SEVERITY' | translate }} {{ 'VULNERABILITY.SEVERITY.MEDIUM' | translate | titlecase }} } @if (isLow) { {{ 'VULNERABILITY.OVERALL_SEVERITY' | translate }} {{ 'VULNERABILITY.SEVERITY.LOW' | translate | titlecase }} } @if (isNone) { {{ 'VULNERABILITY.OVERALL_SEVERITY' | translate }} {{ 'VULNERABILITY.SEVERITY.NONE' | translate | titlecase }} } @if (noVulnerability) { {{ 'VULNERABILITY.NO_VULNERABILITY' | translate }} }

@if (!noVulnerability) {
} @if (scanner) {
{{ 'SCANNER.SCANNED_BY' | translate }} {{ getScannerInfo() }}
}
{{ 'SCANNER.DURATION' | translate }} {{ duration() }}
{{ 'VULNERABILITY.CHART.SCANNING_TIME' | translate }} {{ completeTimestamp | harborDatetime : 'short' }}
@if (isLimitedSuccess()) {
{{ 'VULNERABILITY.CHART.SCANNING_PERCENT' | translate }} {{ completePercent }}
{{ 'VULNERABILITY.CHART.SCANNING_PERCENT_EXPLAIN' | translate }}
}