• Joined on 2025-07-20
michael commented on issue usnistgov/macos_security#73 2026-01-19 18:29:09 +00:00
Add Apple Intelligence Controls

@emkinter commented on GitHub:

These are not released to the public at this time, and no benchmarks/baselines have these right now. However, once the versions go to RC, it may be safe to assume…

michael closed issue dutchcoders/transfer.sh#141 2026-01-19 18:29:09 +00:00
Endless redirects using SSL/TLS with docker-image
michael commented on issue usnistgov/macos_security#74 2026-01-19 18:29:09 +00:00
fix for os_ssh_server_alive_interval_configure.yaml is not successful

@jeolsen commented on GitHub:

That looks like the issue. Running with zsh worked. Thank you

michael commented on issue usnistgov/macos_security#74 2026-01-19 18:29:09 +00:00
fix for os_ssh_server_alive_interval_configure.yaml is not successful

@robertgendler commented on GitHub:

can the shell at the top to /bin/zsh it's not a bash shell script...it's a zsh script.

michael commented on issue usnistgov/macos_security#74 2026-01-19 18:29:09 +00:00
fix for os_ssh_server_alive_interval_configure.yaml is not successful

@robertgendler commented on GitHub:

Are you copying and pasting the fix text directly into terminal?

If so are you in ZSH or BASH?

michael commented on issue usnistgov/macos_security#75 2026-01-19 18:29:09 +00:00
os_world_writable_library_folder_configure.yaml blocked by SIP?

@golbiga commented on GitHub:

@iamflaurian how are you running this command?

michael commented on issue usnistgov/macos_security#75 2026-01-19 18:29:09 +00:00
os_world_writable_library_folder_configure.yaml blocked by SIP?

@golbiga commented on GitHub:

@iamflaurian actually we needed to update something on our side, which I will take care of today. We need to add 2>&1 to the find command.

michael commented on issue usnistgov/macos_security#75 2026-01-19 18:29:09 +00:00
os_world_writable_library_folder_configure.yaml blocked by SIP?

@golbiga commented on GitHub:

@iamflaurian so this is a CIS issue, I've let some folks know, but I would recommend opening a ticket with them (create an account on https://workbench.cisecurity.org…

michael commented on issue usnistgov/macos_security#75 2026-01-19 18:29:09 +00:00
os_world_writable_library_folder_configure.yaml blocked by SIP?

@golbiga commented on GitHub:

Forgot to mention this was resolve in 121dc6e44f. Thanks for reporting the issue.

michael commented on issue usnistgov/macos_security#75 2026-01-19 18:29:09 +00:00
os_world_writable_library_folder_configure.yaml blocked by SIP?

@iamflaurian commented on GitHub:

CIS recommendation: Audit:

% /usr/bin/sudo 
/usr/bin/find /Library -type d -perm -002 ! -perm -1000 ! -xattrname com.apple.rootless 2>/dev/null 
michael commented on issue usnistgov/macos_security#75 2026-01-19 18:29:09 +00:00
os_world_writable_library_folder_configure.yaml blocked by SIP?

@iamflaurian commented on GitHub:

Hey @golbiga first of all, pretty appreciated you for answering my question. I would like add 2>&1 in find command will give the result "11" but does not mean…

michael commented on issue dutchcoders/transfer.sh#139 2026-01-19 18:29:09 +00:00
transfer.sh Moved Permanently

@stefanbenten commented on GitHub:

In 2021, almost 2022 there is no reason to still offer non SSL secured sites. I just confirmed that uploads as well as downloads work fine.

michael commented on issue dutchcoders/transfer.sh#139 2026-01-19 18:29:09 +00:00
transfer.sh Moved Permanently

@stefanbenten commented on GitHub:

See #437 , you need to use https!

michael commented on issue dutchcoders/transfer.sh#139 2026-01-19 18:29:09 +00:00
transfer.sh Moved Permanently

@nlkguy commented on GitHub:

~$ curl https://transfer.sh/ --upload-file backup.log curl: (92) HTTP/2 stream 0 was not closed cleanly: INTERNAL_ERROR (err 2)

back then transfer.sh only worked…

michael commented on issue dutchcoders/transfer.sh#140 2026-01-19 18:29:09 +00:00
direct link for fullscreen video

@paolafrancesca commented on GitHub:

hi @mcreasindo-git you are looking for the inline alias: 6b8eff8322/README.md (l)

michael opened issue usnistgov/macos_security#76 2026-01-19 18:29:09 +00:00
system_settings_software_update_enforce.yaml has been silently deprecated by Apple
michael commented on issue dutchcoders/transfer.sh#141 2026-01-19 18:29:09 +00:00
Endless redirects using SSL/TLS with docker-image

@yelodevopsi commented on GitHub:

Seem that the error still persist after I purged and pulled :latest tag.

Could you confirm that you're able to run the SSL-based transfer.sh docker…

michael commented on issue dutchcoders/transfer.sh#141 2026-01-19 18:29:09 +00:00
Endless redirects using SSL/TLS with docker-image

@paolafrancesca commented on GitHub:

@rompeldunk there was actually a bug in the redirect handler, fixed on #441

michael opened issue usnistgov/macos_security#77 2026-01-19 18:29:09 +00:00
system_settings_improve_search_disable.yaml mis-identified as a CIS Level 1 control
michael commented on issue dutchcoders/transfer.sh#141 2026-01-19 18:29:09 +00:00
Endless redirects using SSL/TLS with docker-image

@yelodevopsi commented on GitHub:

Thanks for the quick reply!

Yes, I corrected that error previously and tested without true too - Still the redirect problem persists. The command below is…