Structure holding CVE summary data. More...
#include <cve_priv.h>
Public Member Functions | |
struct cve_summary * | cve_summary_new (void) |
New CVE summary. | |
void | cve_summary_free (struct cve_summary *summary) |
Free CVE summary. | |
Getters | |
const char * | cve_summary_get_summary (const struct cve_summary *summary) |
Get value from CVE summary. | |
Setters | |
bool | cve_summary_set_summary (struct cve_summary *summary, const char *new_summary) |
Set summary of CVE summary. | |
Data Fields | |
struct xml_metadata | xml |
char * | summary |
Structure holding CVE summary data.