• Joined on 2025-07-20
michael commented on issue usnistgov/macos_security#263 2026-01-19 18:29:52 +00:00
sysprefs_wifi_disable.yaml ignored for STIG compliance

@brodjieski commented on GitHub:

The rule for sysprefs_wifi_disable is identified as a "manual" control (as listed in the tags: field). This means that there is no automated check or fix…

michael commented on issue usnistgov/macos_security#264 2026-01-19 18:29:52 +00:00
Compliance script run with --fix does not apply fixes unless --check was run first

@grismemj commented on GitHub:

Ok, thanks. I wasn’t necessarily expecting this since the checks and fixes are usually just simple or compound commands…

From: Dan Brodjieski @.***> Date…

michael opened issue dutchcoders/transfer.sh#317 2026-01-19 18:29:52 +00:00
Add domain name as parameter...
michael closed issue dutchcoders/transfer.sh#318 2026-01-19 18:29:52 +00:00
basic auth + drag 'n drop fails with ff
michael closed issue usnistgov/macos_security#265 2026-01-19 18:29:52 +00:00
Mobileconfig profiles do not honor compliance script exemptions
michael closed issue usnistgov/macos_security#267 2026-01-19 18:29:52 +00:00
Sudoers authenticate on per -tty basis
michael commented on issue dutchcoders/transfer.sh#316 2026-01-19 18:29:52 +00:00
ShareX

@paolafrancesca commented on GitHub:

@Fatulatti I don't know ShareX, but the problem seems that transfer.sh is trying somehow to upload a directory to the tmp folder instead of the file. How do…

michael commented on issue usnistgov/macos_security#266 2026-01-19 18:29:52 +00:00
Firmware password check does not work on Apple Silicon-based machines.

@brodjieski commented on GitHub:

While we do include a note about applicability in the os_firmware_password_require rule, we also tag the rule with a -i386 tag to indicate that is should only…

michael opened issue usnistgov/macos_security#262 2026-01-19 18:29:51 +00:00
baseline compliance script output to Unified Logging
michael opened issue dutchcoders/transfer.sh#313 2026-01-19 18:29:51 +00:00
Cannot upload file
michael opened issue dutchcoders/transfer.sh#312 2026-01-19 18:29:51 +00:00
Autocomplete filename
michael closed issue dutchcoders/transfer.sh#313 2026-01-19 18:29:51 +00:00
Cannot upload file
michael opened issue dutchcoders/transfer.sh#314 2026-01-19 18:29:51 +00:00
HEAD requests to file result in 405
michael opened issue usnistgov/macos_security#259 2026-01-19 18:29:51 +00:00
STIG Big_Sure os_ESS_installed
michael closed issue dutchcoders/transfer.sh#311 2026-01-19 18:29:51 +00:00
No documentation for creating direct download links for files
michael opened issue usnistgov/macos_security#260 2026-01-19 18:29:51 +00:00
ChallengeResponseAuthentication not present in macOS Monterey
michael closed issue dutchcoders/transfer.sh#312 2026-01-19 18:29:51 +00:00
Autocomplete filename
michael closed issue usnistgov/macos_security#259 2026-01-19 18:29:51 +00:00
STIG Big_Sure os_ESS_installed
michael commented on issue usnistgov/macos_security#260 2026-01-19 18:29:51 +00:00
ChallengeResponseAuthentication not present in macOS Monterey

@robertgendler commented on GitHub:

The rule works as expected as it only configures PasswordAuthentication and ChallengeResponseAuthentication in sshd_config and not in ssh_config.

michael commented on issue dutchcoders/transfer.sh#312 2026-01-19 18:29:51 +00:00
Autocomplete filename

@paolafrancesca commented on GitHub:

since you're in a python script you can glob from it and build an http put request directly in code