mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-02-03 14:03:24 +00:00
Typo in os_sshd_fips_compliant.yaml fix code #16
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 @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"
@golbiga commented on GitHub:
Just updated this in tahoe and sequoia. Thanks!