CveDetails¶
-
class
oci.vulnerability_scanning.models.
CveDetails
(**kwargs)¶ Bases:
object
Details on a CVE.
Methods
__init__
(**kwargs)Initializes a new CveDetails object with values from keyword arguments. Attributes
cve_reference
[Required] Gets the cve_reference of this CveDetails. cvss3
[Required] Gets the cvss3 of this CveDetails. description
Gets the description of this CveDetails. exploitable
Gets the exploitable of this CveDetails. impact
Gets the impact of this CveDetails. patchable
Gets the patchable of this CveDetails. reference_url
Gets the reference_url of this CveDetails. related_cve_reference
Gets the related_cve_reference of this CveDetails. solution
Gets the solution of this CveDetails. threat
Gets the threat of this CveDetails. time_published
[Required] Gets the time_published of this CveDetails. time_updated
[Required] Gets the time_updated of this CveDetails. title
[Required] Gets the title of this CveDetails. -
__init__
(**kwargs)¶ Initializes a new CveDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - cve_reference (str) – The value to assign to the cve_reference property of this CveDetails.
- title (str) – The value to assign to the title property of this CveDetails.
- description (str) – The value to assign to the description property of this CveDetails.
- related_cve_reference (str) – The value to assign to the related_cve_reference property of this CveDetails.
- cvss3 (str) – The value to assign to the cvss3 property of this CveDetails.
- time_published (datetime) – The value to assign to the time_published property of this CveDetails.
- time_updated (datetime) – The value to assign to the time_updated property of this CveDetails.
- threat (str) – The value to assign to the threat property of this CveDetails.
- impact (str) – The value to assign to the impact property of this CveDetails.
- solution (str) – The value to assign to the solution property of this CveDetails.
- patchable (str) – The value to assign to the patchable property of this CveDetails.
- exploitable (str) – The value to assign to the exploitable property of this CveDetails.
- reference_url (str) – The value to assign to the reference_url property of this CveDetails.
-
cve_reference
¶ [Required] Gets the cve_reference of this CveDetails. CVE ID.
Returns: The cve_reference of this CveDetails. Return type: str
-
cvss3
¶ [Required] Gets the cvss3 of this CveDetails. CVSS 3 Score.
Returns: The cvss3 of this CveDetails. Return type: str
-
description
¶ Gets the description of this CveDetails. CVE description.
Returns: The description of this CveDetails. Return type: str
-
exploitable
¶ Gets the exploitable of this CveDetails. Can this vulnerability be exploited.
Returns: The exploitable of this CveDetails. Return type: str
-
impact
¶ Gets the impact of this CveDetails. Impact on resource if this vulnerability is exploited.
Returns: The impact of this CveDetails. Return type: str
-
patchable
¶ Gets the patchable of this CveDetails. Can this vulnerability be patched.
Returns: The patchable of this CveDetails. Return type: str
-
reference_url
¶ Gets the reference_url of this CveDetails. Reference link to know more about this vulnerability.
Returns: The reference_url of this CveDetails. Return type: str
Gets the related_cve_reference of this CveDetails. ID of related CVE, if applicable.
Returns: The related_cve_reference of this CveDetails. Return type: str
-
solution
¶ Gets the solution of this CveDetails. Recommended solution to fix this vulnerability.
Returns: The solution of this CveDetails. Return type: str
-
threat
¶ Gets the threat of this CveDetails. Threat this item poses to resource.
Returns: The threat of this CveDetails. Return type: str
-
time_published
¶ [Required] Gets the time_published of this CveDetails. Date/time the CVE was published.
Returns: The time_published of this CveDetails. Return type: datetime
-
time_updated
¶ [Required] Gets the time_updated of this CveDetails. Date/time the CVE was last modified.
Returns: The time_updated of this CveDetails. Return type: datetime
-
title
¶ [Required] Gets the title of this CveDetails. Vulnerability title.
Returns: The title of this CveDetails. Return type: str
-