---
title: "List Security Vulnerabilities"
method: GET
path: "/snapshots/{snapshot_id}/security/vulnerabilities"
tags: ["security"]
---

# List Security Vulnerabilities

`GET /snapshots/{snapshot_id}/security/vulnerabilities`

## Path parameters

- `snapshot_id` string, required

## Query parameters

- `severity` string, nullable — critical | high | medium | low | unknown
- `kev` boolean, nullable
- `status` string, nullable — open | acknowledged | false_positive
- `dependency_id` string, nullable — only vulnerabilities of this dependency row
- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- SecurityVulnerabilitiesResponse
  - `items` SecurityVulnerability[]
    - `id` string, required
    - `dependency_id` string, required
    - `package` string, nullable
    - `ecosystem` string, nullable
    - `osv_id` string, required
    - `aliases` string[]
    - `severity_score` number, nullable
    - `severity_label` string, nullable
    - `summary` string, nullable
    - `fixed_version` string, nullable
    - `refs` object[]
    - `published_at` string, nullable
    - `kev` boolean
    - `epss` number, nullable
    - `triage` string, nullable
    - `triage_evidence` object, nullable
    - `reachability` string, nullable
    - `reachability_evidence` object, nullable
    - `priority_score` number, nullable
    - `status` string
  - `total` integer
  - `has_more` boolean
  - `next_offset` integer, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/repowise/apis/repowise-hosted-api.md) · [All operations](https://skmtc.dev/repowise/apis/repowise-hosted-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/repowise/repowise-hosted-api/revisions/40167ba9ab58/schema)
