system_settings_improve_assistive_voice_disable.yaml mis-identified CIS control number #78

Closed
opened 2026-01-19 18:29:09 +00:00 by michael · 1 comment
Owner

Originally created by @ryan-baier-nih on GitHub.

The rule yaml file under the Sequoia branch titled system_settings_improve_assistive_voice_disable.yaml references the CIS level 1 control 2.6.3.2. This references the wrong CIS control number; it should be 2.6.3.3 (level 1). The below line should be modified.

from this:
cis:
benchmark:

  • 2.6.3.2 (level 1)

to this:
cis:
benchmark:

  • 2.6.3.3 (level 1)

Link to the rule in question:
https://github.com/usnistgov/macos_security/blob/sequoia/rules/system_settings/system_settings_improve_assistive_voice_disable.yaml

Originally created by @ryan-baier-nih on GitHub. The rule yaml file under the Sequoia branch titled system_settings_improve_assistive_voice_disable.yaml references the CIS level 1 control 2.6.3.2. This references the wrong CIS control number; it should be 2.6.3.3 (level 1). The below line should be modified. from this: cis: benchmark: - 2.6.3.2 (level 1) to this: cis: benchmark: - 2.6.3.3 (level 1) Link to the rule in question: https://github.com/usnistgov/macos_security/blob/sequoia/rules/system_settings/system_settings_improve_assistive_voice_disable.yaml
Author
Owner

@robertgendler commented on GitHub:

This was fixed, but never closed. So closing issue

@robertgendler commented on GitHub: This was fixed, but never closed. So closing issue
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: usnistgov/macos_security#78