Go to the source code of this file.
Data Structures | |
| struct | cve_reference |
| Structure holding CVE Reference data. More... | |
| struct | cve_info |
| Structure holding Common Vulnerabilities and Exposures data. More... | |
Typedefs | |
| typedef struct cve_reference | cve_reference_t |
| Structure holding CVE Reference data. | |
| typedef struct cve_info | cve_info_t |
| Structure holding Common Vulnerabilities and Exposures data. | |
Functions | |
| cve_reference_t * | cveReferenceNew () |
| Create new CVE Reference structure. | |
| void | cveReferenceDel (cve_reference_t *reference) |
| Free the CVE Reference structure and its data. | |
| void | cveReferenceDelAll (cve_reference_t *ref) |
| Free the whole CVE Reference list. | |
| cve_info_t * | cveNew () |
| Create new CVE structure. | |
| void | cveDel (cve_info_t *cve) |
| Free the CVE structure and its data. | |
| void | cveDelAll (cve_info_t *cve) |
| Free the whole CVE list. | |
| int | cveParse (char *xmlfile, cve_info_t **outCveList) |
| Parses the specified XML file and creates a list of CVE data structures. | |
See details at: http://cve.mitre.org/ http://nvd.nist.gov/download.cfm
1.5.7.1