{{ $switch->notes }}
@endif| Port | Protokoll | Dienst | Produkt / Version |
|---|---|---|---|
| {{ $port->port }} | {{ $port->protocol }} | {{ $port->service_name ?: '–' }} | {{ trim($port->product.' '.$port->version) ?: '–' }} |
| Schwere | Titel | Klassifizierung | Status |
|---|---|---|---|
| {{ $finding->severity->label() }} | {{ $finding->title }} | {{ $finding->classification->label() }} | {{ $finding->status->label() }} |
| Scan | Profil | Status | Datum |
|---|---|---|---|
| {{ $target->scanJob->name }} | {{ $target->scanJob->profile->name }} | {{ $target->scanJob->status->label() }} | {{ $target->scanJob->started_at?->format('d.m.Y H:i') ?? '–' }} |
| Typ | Beschreibung | Abbruch | Zeitpunkt |
|---|---|---|---|
| {{ $incident->type }} | {{ $incident->summary }} | {{ $incident->triggered_abort ? 'ja' : 'nein' }} | {{ $incident->started_at?->format('d.m. H:i') }} |