This page lists all IT security incidents with filtering capabilities. Navigate to it atDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/it/security/incidents.
Overview
The Security Incidents page displays a filterable table of security incidents. Each row shows the incident type badge, description (clickable to navigate to the detail page), severity badge, discovery date, and response status badge. Filters: search, incident type, severity, and response status. The Report Incident button navigates to/it/security/incidents/new.
Available incident types from code: data_breach, malware, unauthorized_access, phishing, denial_of_service, policy_violation, other.
Response status values: open, in_progress, resolved, closed.
Who it’s for
This route is protected byIT_PERMISSIONS.VIEW (it.view) via the module-level ITViewGuard. No additional per-route permission gate exists beyond the module guard.
Before you start
- No prerequisites. The list loads automatically.
Steps
- Navigate to IT > Security > Security Incidents, or go directly to
/it/security/incidents. - Use the search box to search incident descriptions.
- Use the Type, Severity, and Status dropdowns to filter the list.
- Click an incident description to open its detail page.
- Click Report Incident to record a new security incident.
Key concepts
- IncidentType — classification:
data_breach,malware,unauthorized_access,phishing,denial_of_service,policy_violation,other. - IncidentResponseStatus —
open | in_progress | resolved | closed. - SecuritySeverity —
critical | high | medium | low.
Related
IT Service Management
IT Service Management overview.
Governance & parity
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/it.tsx
- src/cores/it/pages/security/incidents/IncidentListPage.tsx
- src/cores/it/hooks/useSecurityIncidents.ts
- src/cores/it/types/security.ts