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 security patches in the IT Security module and provides filtering tools. Navigate to it at /it/security/patches.

Overview

The Patch Tracking page displays a filterable, searchable table of security patches. Each row shows Patch ID, Name, Severity, Release Date, Status, and a deployment progress bar. Filters available: search (Patch ID or Name), Severity (All, Critical, High, Medium, Low), and Status (All, Active, Superseded, Deprecated). The Add Patch button navigates to /it/security/patches/new.

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 on page load.

Steps

  1. Navigate to IT > Security > Patch Tracking, or go directly to /it/security/patches.
  2. Use the search box to filter by Patch ID or name.
  3. Use the Severity dropdown to focus on a specific severity level.
  4. Use the Status dropdown to show active, superseded, or deprecated patches.
  5. Click a Patch ID link to open the patch detail page.
  6. Click Add Patch to create a new patch record.

Key concepts

  • Patch ID — the vendor-assigned identifier; displayed in monospace and used as the primary identifier.
  • Severitycritical | high | medium | low.
  • Statusactive | superseded | deprecated.
  • Deployment progress bar — visual summary of deployed vs. total tracked assets per patch.

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/patches/PatchListPage.tsx
  • src/cores/it/hooks/usePatchesWithDeploymentStats.ts
  • src/cores/it/types/security.ts