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 tracked IT security vulnerabilities. Navigate to it at /it/security/vulnerabilities.

Overview

The Vulnerabilities page displays a searchable, filterable table of vulnerabilities. Each row shows CVE ID, name, severity badge, discovery date, and remediation status badge. Filters: search, severity, and remediation status. The Report Vulnerability button navigates to /it/security/vulnerabilities/new. Clicking a vulnerability name navigates to its detail page. Remediation status values from code: open, in_progress, remediated, false_positive.

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 > Vulnerabilities, or go directly to /it/security/vulnerabilities.
  2. Use the search box to find vulnerabilities by name.
  3. Use the Severity and Status dropdowns to filter the list.
  4. Click a vulnerability name to open its detail page.
  5. Click Report Vulnerability to record a new one.

Key concepts

  • CVE ID — optional Common Vulnerabilities and Exposures identifier.
  • SecuritySeveritycritical | high | medium | low.
  • RemediationStatusopen | in_progress | remediated | false_positive.

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/vulnerabilities/VulnerabilityListPage.tsx
  • src/cores/it/hooks/useVulnerabilities.ts
  • src/cores/it/types/security.ts