CveDetails

class cloudpassage.CveDetails(session, **kwargs)

Initializing the CveDetail class:

Parameters:session (cloudpassage.HaloSession) – This will define how you interact with the Halo API, including proxy settings and API keys used for authentication.
Keyword Arguments:
 endpoint_version (int) – Endpoint version override.
describe(cve_id)
Describe a CVE with complete information on one Common
Vulnerability and Exposure (CVE), as defined by the National Institute of Standards and Technology (NIST).
Parameters:cve_id (str) – CVE number
Returns:
Dictionary object describing the details of the
Common Vulnerability and Exposure specified by CVE number.
Return type:dict