Open SCAP Library
|
Public Member Functions | |
xmlNode * | cvrf_vulnerability_cwe_to_dom (const struct cvrf_vulnerability_cwe *vuln_cwe) |
Parent: Vulnerability element. More... | |
struct cvrf_vulnerability_cwe * | cvrf_vulnerability_cwe_new (void) |
New CVRF CWE structure. More... | |
void | cvrf_vulnerability_cwe_free (struct cvrf_vulnerability_cwe *cwe) |
Deallocates memory for a CWE element. More... | |
struct cvrf_vulnerability_cwe * | cvrf_vulnerability_cwe_clone (const struct cvrf_vulnerability_cwe *cwe) |
const char * | cvrf_vulnerability_cwe_get_cwe (const struct cvrf_vulnerability_cwe *vuln_cwe) |
const char * | cvrf_vulnerability_cwe_get_id (const struct cvrf_vulnerability_cwe *vuln_cwe) |
bool | cvrf_vulnerability_cwe_set_cwe (struct cvrf_vulnerability_cwe *vuln_cwe, const char *cwe) |
bool | cvrf_vulnerability_cwe_set_id (struct cvrf_vulnerability_cwe *vuln_cwe, const char *id) |
Data Fields | |
char * | cwe |
char * | id |
xmlNode * cvrf_vulnerability_cwe_to_dom | ( | const struct cvrf_vulnerability_cwe * | vuln_cwe | ) |
Parent: Vulnerability element.
vuln_cwe | CWE structure to be exported to XML |