• Joined on 2025-07-20
michael closed issue dutchcoders/transfer.sh#240 2026-01-19 18:29:34 +00:00
Curl could not save metadata
michael commented on issue usnistgov/macos_security#185 2026-01-19 18:29:34 +00:00
forceInternetSharingOff is failing check, but the key is set in com.apple.MCX

@robertgendler commented on GitHub:

Please double check your syntax. This check is verified as working.

michael commented on issue usnistgov/macos_security#184 2026-01-19 18:29:34 +00:00
Script should explicitly set LANG=C to avoid problems with localized output

@brodjieski commented on GitHub:

This type of issue speaks to localization, which we currently do not have support for.

In trying to recreate a scenario where the checks, as written, fail…

michael commented on issue usnistgov/macos_security#184 2026-01-19 18:29:34 +00:00
Script should explicitly set LANG=C to avoid problems with localized output

@brodjieski commented on GitHub:

Thank you for providing some additional information. While I understand that the output is different based on locale, when running the actual checks with a…

michael closed issue dutchcoders/transfer.sh#241 2026-01-19 18:29:34 +00:00
runtime error: index out of range when uploading zip
michael commented on issue usnistgov/macos_security#184 2026-01-19 18:29:34 +00:00
Script should explicitly set LANG=C to avoid problems with localized output

@cvgs commented on GitHub:

You can reproduce the issue by setting your system's language to german and then use the compliance.sh script to evaluate rule os_sudo_timeout_configure.

The…

michael closed issue dutchcoders/transfer.sh#242 2026-01-19 18:29:34 +00:00
Question: Passing an argument to docker to set the return URL
michael commented on issue usnistgov/macos_security#184 2026-01-19 18:29:34 +00:00
Script should explicitly set LANG=C to avoid problems with localized output

@cvgs commented on GitHub:

You are completely right, the timeout is being set correctly due to the wildcard character being used. I tried to reproduce the issue, but wasn't able to do so anymore…

michael opened issue dutchcoders/transfer.sh#240 2026-01-19 18:29:33 +00:00
Curl could not save metadata
michael commented on issue usnistgov/macos_security#182 2026-01-19 18:29:33 +00:00
sshd checks sometimes fail for reasons other than the rule

@robertgendler commented on GitHub:

@bernstei just merged it up to dev_ventura_stig

michael commented on issue usnistgov/macos_security#182 2026-01-19 18:29:33 +00:00
sshd checks sometimes fail for reasons other than the rule

@bernstei commented on GitHub:

Replacing the &2> with 2&> definitely works. Replacing it with your suggestion, &>, also works.

michael closed issue dutchcoders/transfer.sh#239 2026-01-19 18:29:33 +00:00
docker build error
michael commented on issue usnistgov/macos_security#182 2026-01-19 18:29:33 +00:00
sshd checks sometimes fail for reasons other than the rule

@robertgendler commented on GitHub:

All merged into the OS branches.

michael commented on issue usnistgov/macos_security#182 2026-01-19 18:29:33 +00:00
sshd checks sometimes fail for reasons other than the rule

@robertgendler commented on GitHub:

That's weird...try replacing that if statement with if sshd -T &>/dev/null; then

Lets see if that works.

michael commented on issue usnistgov/macos_security#182 2026-01-19 18:29:33 +00:00
sshd checks sometimes fail for reasons other than the rule

@robertgendler commented on GitHub:

Fixed that boo boo.

michael opened issue dutchcoders/transfer.sh#238 2026-01-19 18:29:33 +00:00
Simply not working for me
michael opened issue dutchcoders/transfer.sh#239 2026-01-19 18:29:33 +00:00
docker build error
michael commented on issue usnistgov/macos_security#182 2026-01-19 18:29:33 +00:00
sshd checks sometimes fail for reasons other than the rule

@bernstei commented on GitHub:

I assume that for ventura this is only merged into ventura. What's the best way to deal with that if we want to use Ventura with the STIG, which is in `dev_ventura…

michael closed issue dutchcoders/transfer.sh#238 2026-01-19 18:29:33 +00:00
Simply not working for me
michael commented on issue usnistgov/macos_security#182 2026-01-19 18:29:33 +00:00
sshd checks sometimes fail for reasons other than the rule

@bernstei commented on GitHub:

The actual checks work now, too, so as far as I'm concerned you can close this issue.