/home/pvrabec/tmp/openscap/openscap-0.3.3/src/CVE/cve.h File Reference

Interface to Common Vulnerability and Exposure dictionary. More...

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_tcveReferenceNew ()
 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_tcveNew ()
 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.


Detailed Description

Interface to Common Vulnerability and Exposure dictionary.

See details at: http://cve.mitre.org/ http://nvd.nist.gov/download.cfm


Generated on Thu Apr 30 13:45:38 2009 for Open SCAP Library by  doxygen 1.5.7.1