Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.2dev branch - correct control IDs and legacy tags #156

Open
ejaronne opened this issue May 21, 2021 · 0 comments
Open

3.2dev branch - correct control IDs and legacy tags #156

ejaronne opened this issue May 21, 2021 · 0 comments
Assignees

Comments

@ejaronne
Copy link

To "future-proof", Control IDs and their control filenames should be the prefix of the new STIG Rule ID:

(using https://github.com/mitre/redhat-enterprise-linux-7-stig-baseline/blob/3.2dev/controls/V-204392.rb as an example)

Change "control 'V-204392'" to "control 'SV-204392'"
and
Change V-204392.rb to SV-204392.rb

Also, for consistency as per the style of the RHEL8 profile:

Change:
tag 'legacy_id': 'V-71849'
To:
tag legacy: ['V-71849', 'SV-86473']

Change:
tag rid: 'SV-86473r4_rule'
To:
tag rid: 'SV-204392r603261_rule'

As seen in the STIG viewer:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants