ansible-lockdown / AMAZON2023-CIS

Ansible role for Amazon2023 CIS Baseline
https://ansible-lockdown.readthedocs.io/en/latest/
MIT License
24 stars 18 forks source link

"PRELIM | 4.3.3 | Find all sudoers files." contains wrong rule number #42

Closed DianaMariaDDM closed 5 months ago

DianaMariaDDM commented 7 months ago

Describe the Issue The "PRELIM | 4.3.3 | Find all sudoers files." has the wrong rule number written in the title, when conditional and tags.

Expected Behavior As this rule creates a register that is only used in rule 4.3.4, only the number 4.3.4 should be mentioned in the when conditionals, the tags and the title.

Actual Behavior The title of this preliminary task mentions number 4.3.3, and this wrong rule number is present in the when conditional and tags as well!

Control(s) Affected Control 4.3.4

Environment (please complete the following information):

Additional Notes Anything additional goes here

Possible Solution The fix will be provided in a PR.