---
title: "Update CVE database from remote source"
method: POST
path: "/cve/update"
tags: ["🧩 CVE"]
---

# Update CVE database from remote source

`POST /cve/update`

Update CVE database from remote source

## Request body

- object — CVE update config
  - `url` string — Url used to update CVE, will default to one set in config
  - `years` string[]

## Response `200`

updated CVE count

- object
  - `result` 'success' | 'error', required — Result of the request
  - `action` 'updateCVE', required — The id of the action
  - `data` object, required
    - `CVEs` integer, required

---

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