ComplianceAsCode / content

Security automation content in SCAP, Bash, Ansible, and other formats
https://complianceascode.readthedocs.io/en/latest/
Other
2.22k stars 698 forks source link

Remove redundant sshd oval macro #12532

Closed vojtapolasek closed 4 weeks ago

vojtapolasek commented 4 weeks ago

Description:

Rationale:

Review Hints:

github-actions[bot] commented 4 weeks ago

Start a new ephemeral environment with changes proposed in this pull request:

kylinserver10 (from CTF) Environment (using Fedora as testing environment) Open in Gitpod

Fedora Testing Environment Open in Gitpod

Oracle Linux 8 Environment Open in Gitpod

github-actions[bot] commented 4 weeks ago

This datastream diff is auto generated by the check Compare DS/Generate Diff

Click here to see the full diff ```diff OVAL for rule 'xccdf_org.ssgproject.content_rule_sshd_use_strong_ciphers' differs. --- oval:ssg-sshd_use_strong_ciphers:def:1 +++ oval:ssg-sshd_use_strong_ciphers:def:1 @@ -5,5 +5,7 @@ criteria AND extend_definition oval:ssg-sshd_required_or_unset:def:1 extend_definition oval:ssg-package_openssh-server_installed:def:1 -criteria OR +criteria AND +criteria AND criterion oval:ssg-test_sshd_use_strong_ciphers:tst:1 +criterion oval:ssg-test_Ciphers_present_sshd_use_strong_ciphers:tst:1 ```
codeclimate[bot] commented 4 weeks ago

Code Climate has analyzed commit 87dd7bea 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 60.9% (0.0% change).

View more on Code Climate.