Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement xccdf_session_result_reset function in XCCDF session API #2020

Merged
merged 1 commit into from
Sep 25, 2023

Commits on Sep 20, 2023

  1. Implement xccdf_session_result_reset function in XCCDF session API

    This change adds a new public xccdf_session_result_reset function
    to the XCCDF session API.
    
    This function resets XCCDF session results, so xccdf_session_evaluate
    could be called again from a clean state, without having to call
    xccdf_session_free, which would imply to parse the XCCDF file again.
    
    This function resets XCCDF policies, session rules, skipped rules,
    OVAL system characteristics and OVAL results.
    0intro committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    194995d View commit details
    Browse the repository at this point in the history