mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-02-03 14:03:24 +00:00
CIS Manual Recommendations not generating properly #162
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Tribruin on GitHub.
Summary
CIS Manual Recommendations is not properly printing the recommedations for the Applications sections.
Steps to reproduce
Generate Guidance for with the CIS Manual Recommendations selected.
What is the current bug behavior?
The recommendations are blank in the Applications section
What is the expected correct behavior?
Three rules should be listed under recommendations
Relevant logs and/or screenshots
Possible fixes
(If you can, link to the line of code that might be responsible for the problem)
https://github.com/usnistgov/macos_security/blob/ventura/rules/supplemental/supplemental_cis_manual.yaml
Line 55 should be
|Recommendations@jmahlman commented on GitHub:
@Tribruin Check this, should be good now.