Closed JDoofenschmirtz closed 3 years ago
I will have to load the dev stack on this locally and step through it. Give me this weekend as I have too many other things going on now taking my time.
@JDoofenschmirtz Is this RHEL 6 one the only one doing this? Do you notice this with any others or just this one? That will help me narrow down if there is a problem in the code parsing the checklists. I have not run into this issue, but I also have not used the RHEL 6 checklist. I have used loads of other ones, including the ASD and the Windows family, REL 7.x, IBM z/OS, McAfee, databases, even some SRRGs. So I want to see if there is something specific on RHEL6 if you have only seen it on that one.
Excellent find @JDoofenschmirtz this line 113 has an = instead of a + sign. I need to fix and push out an update along with Template updates this weekend. I tested this locally, and I just re-uploaded that checklist and it corrected the issues.
When I have the fix out there I will let you know.
This fix is now in the master branch and fixed @JDoofenschmirtz. You can pull down the latest code in the Release area and get the full update. https://github.com/Cingulara/openrmf-docs/releases/tag/1.3.2
Alternatively, you can shut down the OpenRMF stack only (leave Keycloak alone), and just copy the https://raw.githubusercontent.com/Cingulara/openrmf-docs/master/scripts/docker-compose.yml file contents over top of yours. Then run the "start" script again. It will pull the latest web container (version update), template container (newest public DISA STIG templates), and the container with the fix on the score.
Describe the bug OpenRMF produces inaccurate "NAF" (Not a finding) counts.
To Reproduce Steps to reproduce the behavior:
Expected behavior The NAF count in OpenRMF should match the "Not a Finding:" count in STIGViewer
Screenshots
Desktop (please complete the following information):
Additional context I attempted the following workarounds to fix the inaccurate counts:
None of the workarounds were successful.