Structure holding all the cve_info entries. More...
#include <cve.h>
Data Fields | |
struct oscap_list * | entries |
struct oscap_htable * | entry |
Related Functions | |
(Note that these are not member functions.) | |
struct cve * | cve_new (const char *fname) |
Create a new CVE catalogue from a XML file. | |
void | cve_free (struct cve *cve) |
Delete CVE catalogue. | |
struct cve_info_iterator * | cve_get_entries (const struct cve *cve) |
Get en iterator to CVE entries. | |
struct cve_info * | cve_get_entry (const struct cve *cve, const char *id) |
Get CVE entry by its ID. |
Structure holding all the cve_info entries.