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.

The Edit Patch screen allows updating an existing security patch record and is accessible at /it/security/patches/:id/edit.

Overview

The Edit Patch page loads the existing patch via useSecurityPatch. The form fields include: patch ID, patch name, severity, release date, status (active default), affected software, and description. On save, updatePatch is called. The page displays a loading skeleton while data is fetching, and an error state if the patch is not found. A back-navigation button is provided.

Who it’s for

Requires IT_PERMISSIONS.VIEW (outer ITViewGuard). No additional per-route permission gate.

Before you start

  • You must hold IT_PERMISSIONS.VIEW to access this screen.
  • The patch record must exist in the system.

Steps

1

Open the edit form

Navigate to /it/security/patches/:id/edit from the patch detail or list page.
2

Update patch details

Modify patch ID, name, severity, release date, status, affected software, and description.
3

Save changes

Submit the form to save updates and navigate back.

Key concepts

  • patch_id — Identifier for the patch (e.g., vendor patch reference).
  • severitySecuritySeverity type; default medium.
  • statusPatchStatus type; default active.
  • affected_software — Free-text field identifying which software the patch applies to.

IT Service Management

IT Service Management overview.

Governance & parity

Documentation coverage and governance.
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/EditPatchPage.tsx