Structure holding CVE product data. More...
#include <cve_priv.h>
Data Fields | |
struct xml_metadata | xml |
char * | value |
Related Functions | |
(Note that these are not member functions.) | |
Set functions | |
bool | cve_product_set_value (struct cve_product *product, const char *new_value) |
Set value of CVE product. | |
New functions | |
struct cve_product * | cve_product_new (void) |
New CVE product. | |
Free functions | |
void | cve_product_free (struct cve_product *product) |
Free CVE product. |
Structure holding CVE product data.