Open Vulnerability and Assessment Language.
See more details at http://oval.mitre.org/
|
char * | oval_definition_get_id (struct oval_definition *definition) |
|
int | oval_definition_get_version (struct oval_definition *definition) |
|
oval_definition_class_t | oval_definition_get_class (struct oval_definition *definition) |
|
bool | oval_definition_get_deprecated (struct oval_definition *definition) |
|
char * | oval_definition_get_title (struct oval_definition *definition) |
|
char * | oval_definition_get_description (struct oval_definition *definition) |
|
struct oval_affected_iterator * | oval_definition_get_affected (struct oval_definition *definition) |
|
struct oval_reference_iterator * | oval_definition_get_references (struct oval_definition *definition) |
|
struct oval_string_iterator * | oval_definition_get_notes (struct oval_definition *definition) |
|
struct oval_criteria_node * | oval_definition_get_criteria (struct oval_definition *definition) |
|
struct oval_definition * | oval_definition_new (struct oval_definition_model *model, const char *id) |
|
struct oval_definition * | oval_definition_clone (struct oval_definition_model *new_model, struct oval_definition *old_definition) |
|
void | oval_definition_free (struct oval_definition *definition) |
|
bool | oval_definition_iterator_has_more (struct oval_definition_iterator *oc_definition) |
|
struct oval_definition * | oval_definition_iterator_next (struct oval_definition_iterator *oc_definition) |
|
void | oval_definition_iterator_free (struct oval_definition_iterator *oc_definition) |
|
void | oval_definition_set_version (struct oval_definition *definition, int version) |
|
void | oval_definition_set_class (struct oval_definition *definition, oval_definition_class_t class) |
|
void | oval_definition_set_deprecated (struct oval_definition *definition, bool deprecated) |
|
void | oval_definition_set_title (struct oval_definition *definition, char *title) |
|
void | oval_definition_set_description (struct oval_definition *definition, char *description) |
|
void | oval_definition_set_criteria (struct oval_definition *definition, struct oval_criteria_node *criteria) |
|
void | oval_definition_add_affected (struct oval_definition *definition, struct oval_affected *affected) |
|
void | oval_definition_add_reference (struct oval_definition *definition, struct oval_reference *ref) |
|
void | oval_definition_add_note (struct oval_definition *definition, char *note) |
|
int | oval_definition_parse_tag (xmlTextReaderPtr reader, struct oval_parser_context *context, void *usr) |
|
xmlNode * | oval_definition_to_dom (struct oval_definition *definition, xmlDoc *doc, xmlNode *parent) |
|
const char * | oval_definition_model_supported (void) |
|