[Ubuntu 22.04] Add missing stigid@ubuntu2204 references: Auditing (UBTU-22-651000 to 671099)#14463
[Ubuntu 22.04] Add missing stigid@ubuntu2204 references: Auditing (UBTU-22-651000 to 671099)#14463hdean3 wants to merge 1 commit intoComplianceAsCode:masterfrom
Conversation
Add missing stigid@ubuntu2204 entries to 96 rule.yml files for DISA Ubuntu 22.04 STIG V2R7 Auditing controls (UBTU-22-651000 to UBTU-22-671099 range). Without these references, OpenSCAP scan results cannot be mapped to DISA UBTU-22-XXXXXX checklist items in STIG Viewer (CKL export produces blank Rule ID fields). Entries follow the same pattern as existing stigid@ol8, stigid@sle12, and stigid@sle15 references. Authoritative UBTU-22-XXXXXX IDs sourced from controls/stig_ubuntu2204.yml.
|
Hi @hdean3. Thanks for your PR. I'm waiting for a ComplianceAsCode member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Closing to reset fork and CI queue. Will re-submit in small batches (2-3 at a time) after PR #14511 receives /ok-to-test from a maintainer. |
Problem
The ComplianceAsCode Ubuntu 22.04 STIG profile (
stig_ubuntu2204) currently cannot map OpenSCAP scan results to individual DISA STIG checklist items in STIG Viewer. When exporting a CKL (Checklist) from OpenSCAP results, the Rule ID column is blank for all Ubuntu 22.04 rules.Root cause: Rule.yml files for Ubuntu 22.04 STIG controls are missing
stigid@ubuntu2204:entries in theirreferences:blocks. Rules likepackage_audit_installedalready havestigid@ol8,stigid@sle12, andstigid@sle15entries, butstigid@ubuntu2204was never added when Ubuntu 22.04 STIG support was introduced.Impact without this fix:
UBTU-22-XXXXXXIDsSolution
Add
stigid@ubuntu2204: UBTU-22-XXXXXXto thereferences:block of 96 rule.yml files covering DISA Ubuntu 22.04 STIG V2R7 Auditing controls (UBTU-22-651000 to UBTU-22-671099).Format follows existing pattern
Authoritative source
All
UBTU-22-XXXXXXIDs come directly fromcontrols/stig_ubuntu2204.yml(the existing V2R7 controls mapping already in this repository). No external sources used.Testing
stigid@ubuntu2204format matches existingstigid@entries in the repositorycontrols/stig_ubuntu2204.ymlreferences:blocksRelated
This is part of a series of PRs adding
stigid@ubuntu2204across all Ubuntu 22.04 STIG V2R7 control categories. Each category is submitted as a separate PR:Total: ~230 rule.yml files across all PRs.