Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 2.5 KB

Vulnerability.md

File metadata and controls

26 lines (22 loc) · 2.5 KB

Vulnerability

Properties

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=&quot;_blank&quot; href=&quot;https://cve.mitre.org/\&quot;&gt;CVE&lt;/a&gt;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=&quot;_blank&quot; href=&quot;https://www.pcisecuritystandards.org/\&quot;&gt;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: `&quot;Moderate&quot;`, `&quot;Severe&quot;`, `&quot;Critical&quot;`. [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]

[Back to Model list] [Back to API list] [Back to README]