Closed gfrizzo-rescale closed 9 months ago
Well, you're in luck. Kinda. We have 2 workarounds: https://github.com/OpenSCAP/openscap/pull/2051 and https://github.com/OpenSCAP/openscap/pull/2052. Choose your poison.
Thanks!
OSCAP_PROBE_MAX_COLLECTED_ITEMS
works.
Any recommendations for the default value? Based on #2051, 1000
is fine?
Also, not sure if this is the right place to ask but, do you know how long would take to the openscap 1.3.10
release to reach the official distribution channels (so, a simple yum install would install version 1.3.10)?
It all depends on the system. And you should understand that limiting collected items might yield false-negative results. Pick the biggest you possibly can.
Re: 1.3.10, sometime in the first half of the year, hopefully. No precise ETA yet.
Description of Problem:
When running a scan
oscap xccdf eval
with--report oscap-results.html
argument, the following error appears at the end and the report creation fails:OpenSCAP Version:
1.3.10 (also tried with 1.3.8. Same error)
Operating System & Version:
Red Hat Enterprise Linux 8.9 (Ootpa)
Steps to Reproduce:
oscap xccdf eval --fetch-remote-resources --profile xccdf_org.ssgproject.content_profile_stig --report my-oscap-results.html --stig-viewer my-stig-viewer-results.xml /usr/share/xml/scap/ssg/content/ssg-rhel8-ds-1.2.xml
Actual Results:
HTML report is not generated.
Expected Results:
HTML report is generated.
Additional Information / Debugging Steps: