OVAL definition. More...
#include <oval_definitions.h>
Data Fields | |
| char * | id |
| int | version |
| oval_definition_class_t | class |
| int | deprecated |
| char * | title |
| char * | description |
| struct oval_collection * | affected |
| struct oval_collection * | reference |
| struct oval_collection * | notes |
| struct oval_criteria_node * | criteria |
Related Functions | |
(Note that these are not member functions.) | |
| char * | oval_definition_get_id (struct oval_definition *) |
| Get OVAL definition ID. | |
| int | oval_definition_get_version (struct oval_definition *) |
| Get OVAL definition version. | |
| oval_definition_class_t | oval_definition_get_class (struct oval_definition *) |
| Get OVAL definition class. | |
| int | oval_definition_get_deprecated (struct oval_definition *) |
| Get OVAL definition deprecation status. | |
| char * | oval_definition_get_title (struct oval_definition *) |
| Get OVAL definition title. | |
| char * | oval_definition_get_description (struct oval_definition *) |
| Get OVAL definition description. | |
| struct oval_affected_iterator * | oval_definition_get_affected (struct oval_definition *) |
| Get iterator to list of affected platforms. | |
| struct oval_reference_iterator * | oval_definition_get_references (struct oval_definition *) |
| Get iterator to list of definition references. | |
| struct oval_string_iterator * | oval_definition_get_notes (struct oval_definition *) |
| Get iterator to list of notes. | |
| struct oval_criteria_node * | oval_definition_get_criteria (struct oval_definition *) |
| Get iterator to list of OVAL definition criteria. | |
OVAL definition.
1.6.1