Skip to main content

Import a new CVE index

PUT 

/cve-index

Replaces the CVE index in use.

To upload a CVE index gzipped binary (.bin.gz) file downloaded from fwd.app:

curl -vu <user>:<pass> https://<host>/api/cve-index?sha=<digest> -T cve-index.bin.gz

The sha parameter is optional but recommended. The <digest> value can be found in the Digest response header when a CVE index is downloaded from fwd.app.

Note: This operation is for on-premises deployments only.

Request

Responses

OK