The listCves
method returns a list of Common
Vulnerabilities and Exposures (CVE) IDs that are applicable to
the specified erratum ID.
Input Parameters
-
string sessionKey
The session key for the session. For example:
JyUVNoT74BFaRJ6fRjDIQ5idPmCaj5UJLb76E2f45Gc
-
string advisoryName
The name of the erratum. For example:
ELSA-2018-2942
Return Parameters
-
array
An array of CVE IDs. If no matching CVE IDs are found, the array is empty.:
-
string cve_name
The CVE ID associated with the erratum ID. For example:
CVE-2018-3136
-