Closed iankko closed 8 years ago
Moving back to the pool so others can have a look too.
These are commands I used to check what we are missing:
xpath ./ssg-rhel7-xccdf.xml "//Benchmark[not(description)]"
xpath ./ssg-rhel7-xccdf.xml "//Profile[not(description)]"
xpath ./ssg-rhel7-xccdf.xml "//Rule[not(description)]"
xpath ./ssg-rhel7-xccdf.xml "//Value[not(description)]"
All of these are clean. The culprit is Groups:
$ xpath ./ssg-rhel7-xccdf.xml "//Group[not(description)]/@id"
Found 3 nodes:
-- NODE --
id="system"-- NODE --
id="disabling_vsftpd"-- NODE --
id="ftp_use_vsftpd"
I will add some descriptions to these 3 groups to fix this.
https://github.com/OpenSCAP/scap-security-guide/pull/1102 got merged already.
This issue is fixed:
RHEL/6:
$ xpath ./ssg-rhel6-xccdf.xml "//Group[not(description)]/@id"
No nodes found
RHEL/7
xpath ./ssg-rhel7-xccdf.xml "//Group[not(description)]/@id"
No nodes found
Closing. Thank you for the change!
Validating the RHEL-6 USGCB benchmark against NIST SCAP content testsuite on 2016-01-18 (https://jlieskov.fedorapeople.org/2016-03-18-scap-validation-result.html) returns one instance of the following error: