Data Fields | |
| struct xml_metadata | xml |
| char * | id |
| char * | cve_id |
| struct oscap_list * | products |
| char * | published |
| char * | modified |
| struct cvss_entry * | cvss |
| char * | sec_protection |
| char * | cwe |
| struct oscap_list * | summaries |
| struct oscap_list * | references |
| struct oscap_list * | configurations |
Related Functions | |
(Note that these are not member functions.) | |
| const char * | cve_entry_get_id (const struct cve_entry *item) |
| Get CVE entry ID. | |
| const char * | cve_entry_get_cwe (const struct cve_entry *item) |
| Get CVE entry CWE. | |
| struct cve_summary_iterator * | cve_entry_get_summaries (const struct cve_entry *item) |
| Get CVE entry summary. | |
| struct cve_reference_iterator * | cve_entry_get_references (const struct cve_entry *item) |
| Get an iterator to CVE entry's references. | |
1.6.1