Structure holding CVE summary data. More...
#include <cve_priv.h>
Data Fields | |
struct xml_metadata | xml |
char * | summary |
Related Functions | |
(Note that these are not member functions.) | |
Export functions | |
void | cve_summary_export (const struct cve_summary *sum, xmlTextWriterPtr writer) |
Export CVE summary to XML file. | |
Get functions | |
const char * | cve_summary_get_summary (const struct cve_summary *summary) |
Get value from CVE summary. | |
Set functions | |
bool | cve_summary_set_summary (struct cve_summary *summary, const char *new_summary) |
Set summary of CVE summary. | |
New functions | |
struct cve_summary * | cve_summary_new (void) |
New CVE summary. | |
Free functions | |
void | cve_summary_free (struct cve_summary *summary) |
Free CVE summary. |
Structure holding CVE summary data.