[Ubuntu 22.04] Bump STIG profile metadata from V2R3 to V2R7#14459
Merged
mpurg merged 1 commit intoComplianceAsCode:masterfrom Feb 27, 2026
Merged
Conversation
All V2R7 control PRs (ComplianceAsCode#14427, ComplianceAsCode#14418, ComplianceAsCode#14415, ComplianceAsCode#14416, ComplianceAsCode#14433) were merged without updating the version metadata fields. This causes STIG Viewer imports and auditor reports to display V2R3 while the actual content reflects V2R7 rules. Updated files: - controls/stig_ubuntu2204.yml: version V2R3 → V2R7 - products/ubuntu2204/profiles/stig.profile: version, title, and description strings V2R3 → V2R7
|
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
PRs #14427, #14418, #14415, #14416, and #14433 merged V2R7 STIG rules for Ubuntu 22.04 LTS but the version metadata fields were not updated. This causes a mismatch where:
Changes
controls/stig_ubuntu2204.ymlversion: V2R3→version: V2R7products/ubuntu2204/profiles/stig.profileversion,title, and description strings V2R3 → V2R7Testing
This is a metadata-only change with no functional impact on rule evaluation. No build or test infrastructure required to verify correctness — the change is a string substitution aligning version labels to match the content already merged.
References