• Joined on 2025-07-20
michael commented on issue usnistgov/macos_security#253 2026-01-19 18:29:49 +00:00
mismatched test and mobileconfig for Monterey os_burn_support_disable

@marcindulak commented on GitHub:

The issue is still present in the latest main 06cc0d2614. When the fixes will…

michael closed issue dutchcoders/transfer.sh#304 2026-01-19 18:29:49 +00:00
Files larger than 1GB fail to upload
michael closed issue dutchcoders/transfer.sh#305 2026-01-19 18:29:49 +00:00
transfer.sh is offline
michael commented on issue usnistgov/macos_security#254 2026-01-19 18:29:49 +00:00
mismatched test and remediate for Monterey os_blank_bluray_disable.yaml

@robertgendler commented on GitHub:

Are you on 12.3 or prior? I wonder if this was something that worked on 12.2 and under properly. All the tests similar to that come back as deny not deny,…

michael commented on issue usnistgov/macos_security#254 2026-01-19 18:29:49 +00:00
mismatched test and remediate for Monterey os_blank_bluray_disable.yaml

@bernstei commented on GitHub:

This document (I have no idea if it's the latest) https://developer.apple.com/business/documentation/Configuration-Profile-Reference.pdf mentioned deny and…

michael closed issue usnistgov/macos_security#251 2026-01-19 18:29:49 +00:00
Add an "id:" tag to the baseline .yaml files for easier distinction between baselines versus using the "title:" tag
michael closed issue usnistgov/macos_security#252 2026-01-19 18:29:49 +00:00
Duplicate security controls and missing reference values in
michael commented on issue dutchcoders/transfer.sh#302 2026-01-19 18:29:49 +00:00
Log, option --log, how to log in custom file?

@paolafrancesca commented on GitHub:

@jguidini you're not doing anything wrong. it seems the --log option is not actually applied, also some log are not directed to logger but directly printed to…

michael commented on issue usnistgov/macos_security#251 2026-01-19 18:29:49 +00:00
Add an "id:" tag to the baseline .yaml files for easier distinction between baselines versus using the "title:" tag

@brodjieski commented on GitHub:

Since the id: tag you are suggesting is just the file name minus the .yaml, would you be able to just read the file name and use that for your needs?

michael commented on issue dutchcoders/transfer.sh#303 2026-01-19 18:29:49 +00:00
Customizable frontend

@mckaygerhard commented on GitHub:

https://github.com/dutchcoders/transfer.sh-web i think!

michael commented on issue dutchcoders/transfer.sh#303 2026-01-19 18:29:49 +00:00
Customizable frontend

@paolafrancesca commented on GitHub:

as @mckaygerhard pointed out https://github.com/dutchcoders/transfer.sh-web is available: you can clone do the changes you want, and then use the new content…

michael commented on issue dutchcoders/transfer.sh#303 2026-01-19 18:29:49 +00:00
Customizable frontend

@mckaygerhard commented on GitHub:

umm the source files are not in the main repository?

michael commented on issue dutchcoders/transfer.sh#303 2026-01-19 18:29:49 +00:00
Customizable frontend

@telatin commented on GitHub:

Thanks! I will try that parameter.

Sent with GitHawk

michael commented on issue dutchcoders/transfer.sh#303 2026-01-19 18:29:49 +00:00
Customizable frontend

@paolafrancesca commented on GitHub:

@telatin you can already pass the --web-path option to transfer.sh in order to server static template pages. anyway I understand there's no documentation on…

michael commented on issue dutchcoders/transfer.sh#303 2026-01-19 18:29:49 +00:00
Customizable frontend

@paolafrancesca commented on GitHub:

@bandicootdancing transfer.sh-web is a go dependency of transfer.sh. In the first repository there should be full instruction on how to build the frontend…

michael closed issue usnistgov/macos_security#253 2026-01-19 18:29:49 +00:00
mismatched test and mobileconfig for Monterey os_burn_support_disable
michael commented on issue dutchcoders/transfer.sh#297 2026-01-19 18:29:48 +00:00
Document supported headers on transfer.sh

@paolafrancesca commented on GitHub:

@marcelstoer yes, I planned to add the full documentation of the supported headers in request and response in the README.md but I haven't had time yet. Feel…

michael opened issue usnistgov/macos_security#247 2026-01-19 18:29:48 +00:00
Modify the arg checking to suit Jamf Pro policies
michael opened issue usnistgov/macos_security#248 2026-01-19 18:29:48 +00:00
os_sudoers_tty_configure.yaml check and fix don't work
michael commented on issue dutchcoders/transfer.sh#297 2026-01-19 18:29:48 +00:00
Document supported headers on transfer.sh

@paolafrancesca commented on GitHub:

fixed with #225