The Edit Patch screen allows updating an existing security patch record and is accessible 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/patches/:id/edit.
Overview
The Edit Patch page loads the existing patch viauseSecurityPatch. 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
RequiresIT_PERMISSIONS.VIEW (outer ITViewGuard). No additional per-route permission gate.
Before you start
- You must hold
IT_PERMISSIONS.VIEWto access this screen. - The patch record must exist in the system.
Steps
Update patch details
Modify patch ID, name, severity, release date, status, affected software, and description.
Key concepts
- patch_id — Identifier for the patch (e.g., vendor patch reference).
- severity —
SecuritySeveritytype; defaultmedium. - status —
PatchStatustype; defaultactive. - affected_software — Free-text field identifying which software the patch applies to.
Related
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.
Documentation sources
Documentation sources
- src/routes/it.tsx
- src/cores/it/pages/security/patches/EditPatchPage.tsx