Structure holding Common Vulnerabilities and Exposures data. More...
#include <cve.h>
Data Fields | |
| char * | id |
| char * | pub |
| char * | mod |
| char * | cwe |
| char * | summary |
| char * | score |
| char * | vector |
| char * | complexity |
| char * | authentication |
| char * | confidentiality |
| char * | integrity |
| char * | availability |
| char * | source |
| char * | generated |
| struct oscap_list * | references |
Related Functions | |
(Note that these are not member functions.) | |
| const char * | cve_info_get_id (const struct cve_info *info) |
| Get CVE entry ID. | |
| const char * | cve_info_get_pub (const struct cve_info *info) |
| Get CVE entry publication date. | |
| const char * | cve_info_get_mod (const struct cve_info *info) |
| Get CVE entry last modification date. | |
| const char * | cve_info_get_cwe (const struct cve_info *info) |
| Get CVE entry CWE. | |
| const char * | cve_info_get_summary (const struct cve_info *info) |
| Get CVE entry summary. | |
| const char * | cve_info_get_score (const struct cve_info *info) |
| Get CVE entry score. | |
| const char * | cve_info_get_vector (const struct cve_info *info) |
| Get CVE entry access vector. | |
| const char * | cve_info_get_complexity (const struct cve_info *info) |
| Get CVE entry access complexity. | |
| const char * | cve_info_get_authentication (const struct cve_info *info) |
| Get CVE entry authentication. | |
| const char * | cve_info_get_confidentiality (const struct cve_info *info) |
| Get CVE entry confidentiality impact. | |
| const char * | cve_info_get_integrity (const struct cve_info *info) |
| Get CVE entry integrity impact. | |
| const char * | cve_info_get_availability (const struct cve_info *info) |
| Get CVE entry availibility impact. | |
| const char * | cve_info_get_source (const struct cve_info *info) |
| Get CVE entry source. | |
| const char * | cve_info_get_generated (const struct cve_info *info) |
| Get CVE entry generation datetime. | |
| struct cve_reference_iterator * | cve_info_get_references (const struct cve_info *info) |
| Get an iterator to CVE entry's references. | |
Structure holding Common Vulnerabilities and Exposures data.
1.6.1