Show CVE History
GET https://{{API_URL}}/vulnerability_definitions/history?cves=CVE-2019-0708
Returns Kenna's CVE score history for one or more CVE identifiers. Customers who have purchased the Threat API may access any CVE. Customers who have not purchased the Threat API may only access CVEs that correspond to vulnerabilities within their instance.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
****Doco only on what comes out | null | CVE Attributes | |
id The unique identifier in the Kenna system. | |||
risk_meter_score A numeric value between 0-100 representing the sum of the defined CVSS scores and priority for this vulnerability. | |||
risk_meter_score_history A list of changes associated with this CVE ordered by the change time (oldest to newest). An empty list is an indication that no changes have been made to the initial risk_meter_score. | |||
Change Attributes | |||
changed_at The date and time of the change occurrence represented as a string. | |||
from The risk_meter_score prior to this change. | |||
to The risk_meter_score after to this change. | |||
Warnings | |||
Customers who have purchased the Threat API may access any CVE. Customers who have not purchased the Threat API may only access CVEs that correspond to vulnerabilities within their instance. |
Attempting to access CVEs which are not available to your account will return a warning response with the following attributes:
code A unique numerical identifier for this warning.
message A description of the warning.
unavailable_cve_identifiers A list of CVE identifiers requested, but which are not available to your account.
url A url link to the API documentation.
Warning Codes
1 One or more of the requested CVEs are unavailable to your account. |
| cves
| string | | |