-
Notifications
You must be signed in to change notification settings - Fork 706
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
Change sshd_disable_compression applicability #10072
Change sshd_disable_compression applicability #10072
Conversation
Discussion/question: This applicability change is done for RHEL 7 STIG and will affect also other RHEL 7 profiles, eg. HIPAA, NCP, rhelh-stig, rhelh-vpp. Should we instead create a different rule just for STIG to not affect the other profiles? |
I don't think we need a new rule. |
Makes the rule sshd_disable_compression not applicable for RHEL 7.4 and newer. RHEL 7 STIG v3r10 says in STIG ID RHEL-07-040470 that "for RHEL 7.4 and above, this requirement is not applicable.".
31d2f73
to
070b12e
Compare
Code Climate has analyzed commit 070b12e and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 49.7% (0.0% change). View more on Code Climate. |
I have changed the data types in the applicability OVAL file. |
/retest |
@jan-cerny: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions 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/test-infra repository. I understand the commands that are listed here. |
Description:
Makes the rule sshd_disable_compression not applicable for RHEL 7.4 and newer.
Rationale:
RHEL 7 STIG v3r10 says in STIG ID RHEL-07-040470 that "for RHEL 7.4 and above, this requirement is not applicable.".