Name | Type | Description | Notes |
---|---|---|---|
added | str | The date the vulnerability coverage was added. The format is an ISO 8601 date, `YYYY-MM-DD`. | [optional] |
categories | list[str] | All vulnerability categories assigned to this vulnerability. | [optional] |
cves | list[str] | All <a target="_blank" rel="noopener noreferrer" href="https://cve.mitre.org/\">CVE</a>s assigned to this vulnerability. | [optional] |
cvss | VulnerabilityCvss | The CVSS vector(s) for the vulnerability. | [optional] |
denial_of_service | bool | Whether the vulnerability can lead to Denial of Service (DoS). | [optional] |
description | ContentDescription | The description of the vulnerability. | [optional] |
exploits | int | The exploits that can be used to exploit a vulnerability. | [optional] |
id | str | The identifier of the vulnerability. | [optional] |
links | list[Link] | Hypermedia links to corresponding or related resources. | [optional] |
malware_kits | int | The malware kits that are known to be used to exploit the vulnerability. | [optional] |
modified | str | The last date the vulnerability was modified. The format is an ISO 8601 date, `YYYY-MM-DD`. | [optional] |
pci | PCI | Details the <a target="_blank" rel="noopener noreferrer" href="https://www.pcisecuritystandards.org/\">Payment Card Industry (PCI)</a> details of the vulnerability. | [optional] |
published | str | The date the vulnerability was first published or announced. The format is an ISO 8601 date, `YYYY-MM-DD`. | [optional] |
risk_score | float | The risk score of the vulnerability, rounded to a maximum of to digits of precision. If using the default Rapid7 Real Risk™ model, this value ranges from 0-1000. | [optional] |
severity | str | The severity of the vulnerability, one of: `"Moderate"`, `"Severe"`, `"Critical"`. | [optional] |
severity_score | int | The severity score of the vulnerability, on a scale of 0-10. | [optional] |
title | str | The title (summary) of the vulnerability. | [optional] |
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.