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

Update several controls and variables for Ubuntu 24.04 CIS #12624

Open mpurg opened 22 hours ago

mpurg commented 22 hours ago

Description:

Update several controls for Ubuntu 24.04 CIS, adding missing rules and fixing variable overrides:

openshift-ci[bot] commented 22 hours ago

Hi @mpurg. 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 /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.
github-actions[bot] commented 22 hours ago

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

rhel8 (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 21 hours ago

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

Click here to see the full diff ```diff New content has different text for rule 'xccdf_org.ssgproject.content_rule_service_slapd_disabled'. --- xccdf_org.ssgproject.content_rule_service_slapd_disabled +++ xccdf_org.ssgproject.content_rule_service_slapd_disabled @@ -3,11 +3,12 @@ Disable LDAP Server (slapd) [description]: -The Lightweight Directory Access Protocol (LDAP) is a service that provides a method for looking up information from a central database. +The Lightweight Directory Access Protocol (LDAP) is a service that +provides a method for looking up information from a central database. [rationale]: -If the system will not need to act as an LDAP server, it is recommended that the software be -disabled to reduce the potential attack surface. +If the system will not need to act as an LDAP server, it is recommended +that the software be disabled to reduce the potential attack surface. [ident]: CCE-87262-2 ```
codeclimate[bot] commented 21 hours ago

Code Climate has analyzed commit f9d3661a 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.