mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-02-03 14:03:24 +00:00
MacOS 15 defintion for CCE-94310 "Configure Sudo To Log Events" calls the same testID twice #48
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 @vanderpol on GitHub.
Originally assigned to: @robertgendler on GitHub.
Summary
The definition calls the same test twice, which is odd. The fact that the test has an OR Criteria makes me believe that it should be pointing at a different test and is likely not fully accurate as-is. In searching for a test based on the criteria name, it appears that it likely should be calling test 5283 for the sudoers.d version of this test.
Sudo _MUST_ be configured to log privilege escalation.Steps to reproduce
(How one can reproduce the issue - this is very important)
Operating System version
(macOS Version and build)
Intel or Apple Silicon
(Intel based process or Apple Silicon Mac)
What is the current bug behavior?
(What actually happens)
What is the expected correct behavior?
(What you should see instead)
Relevant logs and/or screenshots
(Paste any relevant logs - please use code blocks (```) to format console output, logs, and code as it's tough to read otherwise.)
Output of checks
(Paste any output that occurs with the bug)
Possible fixes
(If you can, link to the line of code that might be responsible for the problem)
@vanderpol commented on GitHub:
Correct, just noticed this error when re-processing the content to create a DISA STIG friendly benchmark. The error was found in the stig-oval file you created for us, but also exists in the released benchmark.
@robertgendler commented on GitHub:
@vanderpol scap issue right?