post https://api.spyse.com/v4/data/cve/search/download
Initiates the creation of the file with data about CVEs that matched the search query. When the file is created, it will be available for download. On the successful call, returns the unique identifier that represents the file creation process. The file creation is an asynchronous process because the amount of data that should be exported to the file and the export duration is hard to predict. The call to this endpoint just initiates the file creation. To check the file status and get the download link, send a GET request to the /v4/data/account/downloads/
API endpoint with the identifier returned by this endpoint. The number of rows available for download is determined by the subscription plan.
Options for search params:
Search parameter | Operator | Value |
---|---|---|
id |
|
CVE ID defined by the MITRE Corporation.
|
cpe |
,
|
Common Platform Enumeration (CPE) name or prefix. Example: cpe:2.3:o:canonical:ubuntu_linux:12.04.
|
score_cvss2 |
,
|
CVE score according to the Common Vulnerability Scoring System Version 2 (CVSS2).
|
score_cvss3 |
,
|
CVE score according to the Common Vulnerability Scoring System Version 3 (CVSS3).
|
severity_cvss2 |
|
CVE severity according to CVSSv2. Supported options:
,
,
.
|
severity_cvss3 |
|
CVE severity according to CVSSv3. Supported options:
,
,
,
.
|
published_at |
,
|
Vulnerability publication date. Format:
.
|
modified_at |
,
|
Vulnerability modification date. Format:
.
|