---
title: "Endpoint for creating and editing vulnerabilities in the local source"
method: POST
path: "/vulnerability/"
tags: ["vulnerability"]
---

# Endpoint for creating and editing vulnerabilities in the local source

`POST /vulnerability/`

Retrieve vulnerabilities with optional filtering and pagination.

Supports light mode for minimal data (returns only vulnerability ID and source).
Create a vulnerability with the CVE version 5 format.
(Deprecated)

## Request body

- object
  - `data` string

## Response `200`

Success.

## Other responses

- `400` — JSON validation failed.
- `403` — Reporter permission required.
- `422` — Not possible to edit a vulnerability from the requested source.

---

[API](https://skmtc.net/vulnerability-lookup/apis/vulnerability-lookup-api.md) · [All operations](https://skmtc.net/vulnerability-lookup/apis/vulnerability-lookup-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vulnerability-lookup/vulnerability-lookup-api/versions/e6ef25beb687/schema)
