Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt

Use this file to discover all available pages before exploring further.

This page lists all IT security incidents with filtering capabilities. Navigate to it at /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 by IT_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

  1. Navigate to IT > Security > Security Incidents, or go directly to /it/security/incidents.
  2. Use the search box to search incident descriptions.
  3. Use the Type, Severity, and Status dropdowns to filter the list.
  4. Click an incident description to open its detail page.
  5. 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.
  • IncidentResponseStatusopen | in_progress | resolved | closed.
  • SecuritySeveritycritical | high | medium | low.

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.
  • src/routes/it.tsx
  • src/cores/it/pages/security/incidents/IncidentListPage.tsx
  • src/cores/it/hooks/useSecurityIncidents.ts
  • src/cores/it/types/security.ts