> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cysmiq.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Vulnerability list view

> Review, filter, and prioritize vulnerabilities before opening details.

## Overview

The vulnerability list view is the starting point for triage. Use it to scan new findings, apply filters, and open a vulnerability detail view when you need deeper context.

## Columns

The list view shows these columns. Use the column selector in the table toolbar to show or hide columns.

| Column            | What it shows                                                                                                                                                                                                                            |
| ----------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Vulnerability** | Severity badge, title, and a context line that changes by type. Secrets show verification status or AI triage notes. Code shows the vulnerable reason or file path. Dependencies show the package, version, and manifest when available. |
| **SLA**           | [Policy SLA](/policies/violations#sla-timing) status when policy enforcement is enabled                                                                                                                                                  |
| **Asset**         | Repository name and source. Secrets that appear across multiple assets show a +N badge.                                                                                                                                                  |
| **Introduced**    | When the vulnerability was first detected. Uses **introduced at** when available, otherwise the created date.                                                                                                                            |
| **Impact**        | Impact icons for the technical outcomes. See [Impacts](/concepts/impacts) for definitions.                                                                                                                                               |
| **Lifecycle**     | Current status with resolution in parentheses when set. See [Vulnerability lifecycle](/vulnerability-management/lifecycle).                                                                                                              |
| **Assignee**      | Current owner and assignment controls.                                                                                                                                                                                                   |
| **Actions**       | Row actions such as quick assignment                                                                                                                                                                                                     |

## Filters

Open **Filters** to narrow the list. Common filters include:

* **Ref scope**: [default branches](/views-automation/default-branch-filters) or all branches
* **Branch** and **Tag**: search for specific repository refs
* **Vulnerable** and **Exploitable**: yes or no
* **Triaged**: yes when exploitable or when human review is required
* **SLA Status**: active [policy violations](/policies/violations) or exceptions when policy enforcement is enabled
* **Git History**: hide findings that come from secret history scans
* **Type**: Code, Dependency, Secret. Secret includes API verified and AI analyzed secrets
* **Status** and **Resolution**
* **Application**, **Asset**, and **Organization**
* **CWE**, **Impact**, **Severity**, and **Language**
* **Detected**: date range
* **Assignee** and **Path**
* Drill-down filters: **Scan**, **Scan Scope**, **Rule Title**, **Package**, **Package Version**, **Manifest**, and **Active Dependency**

## Default filters

By default, the list view shows active statuses and triaged findings:

* Ref scope is set to **Default branches**
* Status is set to `open`, `confirmed`, `needs_review`, `in_progress`, and `in_review`
* Triaged is set to **Yes**

Clear or adjust filters to include all branches, resolved, closed, or untriaged findings. See [Default branch filters](/views-automation/default-branch-filters) for how the default branch set is configured.

Selecting specific **Branch** or **Tag** references narrows the list to those refs and takes precedence over the default branch scope for that view.

## Saved views

Save a filter set for recurring workflows and share it with teammates. See [Using saved filters](/guides/saved-filters).

## Bulk actions

Select one or more vulnerabilities to:

* Change status or resolution
* Export selected rows

## Related docs

* [Vulnerability detail view](/vulnerability-management/vulnerability-detail-view)
* [Vulnerability lifecycle](/vulnerability-management/lifecycle)
* [Policy violations](/policies/violations)
* [Filtering](/views-automation/filtering)
* [Default branch filters](/views-automation/default-branch-filters)
* [Managing columns](/views-automation/managing-columns)
