-
Notifications
You must be signed in to change notification settings - Fork 392
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
oscap generate fix complains about remote resources even though it doesn't need them #723
Milestone
Comments
I think we can skip OVAL completely in "oscap xccdf generate fix". I will verify. |
jan-cerny
added a commit
to jan-cerny/openscap
that referenced
this issue
Jun 27, 2017
Checks are not necessary to load OVAL because the remediation scripts are stored in the XCCDF. This will remove the warning for remote resources that are not needed.
jan-cerny
added a commit
to jan-cerny/openscap
that referenced
this issue
Jul 3, 2017
Checks are not necessary to load OVAL because the remediation scripts are stored in the XCCDF. This will remove the warning for remote resources that are not needed. The commit introduces new type, xccdf_session_flags_t, which speciefies flags for XCCDF session. These flags drive loading content in XCCDF session.
jan-cerny
added a commit
to jan-cerny/openscap
that referenced
this issue
Jul 17, 2017
Checks are not necessary to load OVAL because the remediation scripts are stored in the XCCDF. This will remove the warning for remote resources that are not needed. The commit introduces new type, xccdf_session_flags_t, which speciefies flags for XCCDF session. These flags drive loading content in XCCDF session.
yuumasato
added a commit
that referenced
this issue
Jul 18, 2017
Issue #723: Don't require other resources in "generate fix"
Fixed #764 |
2xyo
pushed a commit
to 2xyo/openscap
that referenced
this issue
Aug 1, 2017
Checks are not necessary to load OVAL because the remediation scripts are stored in the XCCDF. This will remove the warning for remote resources that are not needed. The commit introduces new type, xccdf_session_flags_t, which speciefies flags for XCCDF session. These flags drive loading content in XCCDF session.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No need to load OVAL to generate remediations.
The text was updated successfully, but these errors were encountered: