Typo in os_sshd_fips_compliant.yaml fix code #16

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

Originally created by @escobarj on GitHub.

Originally assigned to: @jmahlman on GitHub.

Summary

os_sshd_fips_compliant.yaml has a typo in the fix code.

What is the current bug behavior?

The fix code has a redirect to "2>/bin/null"

What is the expected correct behavior?

I believe it was meant to be "2>/dev/null"

Originally created by @escobarj on GitHub. Originally assigned to: @jmahlman on GitHub. ### Summary os_sshd_fips_compliant.yaml has a typo in the fix code. ### What is the current *bug* behavior? The fix code has a redirect to "2>/**bin**/null" ### What is the expected *correct* behavior? I believe it was meant to be "2>/**dev**/null"
Author
Owner

@golbiga commented on GitHub:

Just updated this in tahoe and sequoia. Thanks!

@golbiga commented on GitHub: Just updated this in tahoe and sequoia. Thanks!
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#16