You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The recently added conflicts tags to sshd_enable_warning_banner_*
rules cause openscap to crash on Ubuntu (ComplianceAsCode#12718).
This change disables the conflicts tags on Ubuntu products
until a proper fix is implemented.
Description of problem:
While running the latest Ubuntu 24.04 LTS benchmark against the oscap 1.3.9 in Ubuntu 24.04 causes oscap to crash.
SCAP Security Guide Version:
Version: 0.1.76
draft (as of 2024-12-13)
Operating System Version:
Distributor ID: Ubuntu
Description: Ubuntu 24.04.1 LTS
Release: 24.04
Codename: noble
Steps to Reproduce:
git clone https://github.com/complianceascode/content.git
cd content/
and./build_product ubuntu2404
andcd ..
oscap xccdf eval --profile xccdf_org.ssgproject.content_profile_cis_level1_workstation --results arf1.xml --report report1.html content/build/ssg-ubuntu2404-ds.xml
oscap xccdf eval --profile xccdf_org.ssgproject.content_profile_cis_level2_workstation --results arf2.xml --report report2.html content/build/ssg-ubuntu2404-ds.xml
Actual Results:
Causes
oscap
command to crash withDebug log
Expected Results:
A successful run with arf1.xml with the results and report1.html with the final evaluation report.
Additional Information/Debugging Steps:
Refers: OpenSCAP/openscap#2188
The debug log is available. eval.log.gz
The output of
build_product ubuntu2404
is also available at content-build.tar.gzThe text was updated successfully, but these errors were encountered: