Open SCAP Library
Deprecated List
Global cpe_item::cpe_item_add_note (struct cpe_item *item, struct oscap_text *new_title)
This function has been deprecated and it may be dropped from later versions of the library. (Please see upstream ticket #339 for further details).
Global cpe_item::cpe_item_get_deprecated (const struct cpe_item *item)
This function has been deprecated by cpe_item_get_deprecated_by. This function may be dropped from later versions of the library.
Global cpe_item::cpe_item_get_notes (const struct cpe_item *item)
This function has been deprecated and it may be dropped from later versions of the library. (Please see upstream ticket #339 for further details).
Global oscap_text_xccdf_substitute (const char *text, xccdf_substitution_func cb, void *arg)
This function has been deprecated. It cannot be applied on XCCDF 1.2+ documents given the xccdf:sub/ parameter.
Global oval_agent_export_sysinfo_to_xccdf_result (struct oval_agent_session *session, struct xccdf_result *ritem)
Transform OVAL Sysinfo into XCCDF Test Result This function has been deprecated, please use xccdf_result_fill_sysinfo() instead
Global xccdf_cleanup (void)
Use oscap_cleanup() instead.
Global xccdf_policy::xccdf_policy_set_selected (struct xccdf_policy *policy, char *idref)
This function is deprecated by xccdf_policy_add_select and might be dropped from future releases.
Global xccdf_policy_model::xccdf_policy_model_register_engine_callback (struct xccdf_policy_model *model, char *sys, void *func, void *usr)
This function is deprecated by xccdf_policy_model_register_engine_and_query_callback and might be dropped from future releases.
Global xccdf_session::xccdf_session_export_sce (struct xccdf_session *session)
Please use xccdf_session_export_check_engine_plugins instead.
Global xccdf_session_load_sce (struct xccdf_session *session)
SCE is no longer part of the main openscap library, use xccdf_session_load_check_engine_plugins instead.
Global xccdf_subst_type_t
This type is deprecated. It is not flexible enough to be applied on XCCDF 1.2+ documents. Please use xml_iterate module instead.
Global xccdf_subst_type_t
This type is deprecated. It is not flexible enough to be applied on XCCDF 1.2+ documents. Please use xml_iterate module instead.
Global xccdf_substitution_func )(xccdf_subst_type_t type, const char *id, void *arg)
This callback has been deprecated. It cannot be applied on XCCDF 1.2+ documents given the xccdf:sub/ parameter.