/home/pvrabec/openscap/openscap-0.5.6/src/CVE/cve.c File Reference

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

#include "public/cve.h"
#include "cve_priv.h"
#include "../common/util.h"
#include "../common/list.h"

Functions

struct cve_modelcve_model_import (const struct oscap_import_source *source)
 Public function to import CVE model from OSCAP import source.
void cve_model_export (struct cve_model *cve, const struct oscap_export_target *target)
 Public function to export CVE model to OSCAP export target.

Detailed Description

Interface to Common Vulnerability and Exposure dictionary.

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


Function Documentation

void cve_model_export ( struct cve_model cve,
const struct oscap_export_target *  target 
)

Public function to export CVE model to OSCAP export target.

Function fill the structure _target_ with model that is represented by structure _cve_.

struct cve_model* cve_model_import ( const struct oscap_import_source source  )  [related]

Public function to import CVE model from OSCAP import source.

Function returns CVE model, need to free source after calling this function


Generated on 4 Jan 2010 for Open SCAP Library by  doxygen 1.6.1