|
Open SCAP Library
|
Data Fields | |
| bool | fetch_remote_resources |
| Allows download of remote resources (not applicable when user sets custom oval files). | |
| const char * | local_files |
| Path to the directory where local copies of remote components are located. | |
| download_progress_calllback_t | progress |
| Callback to report progress of download. | |
| struct oval_content_resource ** | custom_resources |
| OVAL files required by user. | |
| struct oval_content_resource ** | resources |
| OVAL files referenced from XCCDF. | |
| struct oval_agent_session ** | agents |
| OVAL Agent Session. | |
| xccdf_policy_engine_eval_fn | user_eval_fn |
| Custom OVAL engine callback. | |
| char * | product_cpe |
| CPE of scanner product. | |
| struct oscap_source * | arf_report |
| ARF report. | |
| struct oscap_htable * | result_sources |
| mapping 'filepath' to oscap_source for OVAL results | |
| struct oscap_htable * | results_mapping |
| mapping OVAL filename to filepath for OVAL results | |
| struct oscap_htable * | arf_report_mapping |
| mapping OVAL filename to ARF report ID for OVAL results | |