• Joined on 2025-07-20
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 opened issue usnistgov/macos_security#249 2026-01-19 18:29:48 +00:00
missing EOS in some rules
michael closed issue usnistgov/macos_security#247 2026-01-19 18:29:48 +00:00
Modify the arg checking to suit Jamf Pro policies
michael closed 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 opened issue dutchcoders/transfer.sh#298 2026-01-19 18:29:48 +00:00
31st of November
michael closed issue usnistgov/macos_security#249 2026-01-19 18:29:48 +00:00
missing EOS in some rules
michael opened issue dutchcoders/transfer.sh#299 2026-01-19 18:29:48 +00:00
r.Context is undefined while trying to build project
michael opened issue dutchcoders/transfer.sh#300 2026-01-19 18:29:48 +00:00
Upload requests splitting
michael closed issue dutchcoders/transfer.sh#298 2026-01-19 18:29:48 +00:00
31st of November
michael closed issue dutchcoders/transfer.sh#299 2026-01-19 18:29:48 +00:00
r.Context is undefined while trying to build project
michael closed issue dutchcoders/transfer.sh#300 2026-01-19 18:29:48 +00:00
Upload requests splitting
michael commented on issue usnistgov/macos_security#248 2026-01-19 18:29:48 +00:00
os_sudoers_tty_configure.yaml check and fix don't work

@brodjieski commented on GitHub:

Hi! Thanks for the feedback. For this specific check/fix, we are looking to make sure that configuration for sudo does NOT have !tty_tickets configured…

michael commented on issue usnistgov/macos_security#247 2026-01-19 18:29:48 +00:00
Modify the arg checking to suit Jamf Pro policies

@robertgendler commented on GitHub:

Check out the dev_monterey_compliance_script branch and see if that works…

michael commented on issue usnistgov/macos_security#247 2026-01-19 18:29:48 +00:00
Modify the arg checking to suit Jamf Pro policies

@robertgendler commented on GitHub:

Yup. Just needs testing to make sure we haven't broke anything too badly with changes in the script.

michael commented on issue usnistgov/macos_security#247 2026-01-19 18:29:48 +00:00
Modify the arg checking to suit Jamf Pro policies

@Honestpuck commented on GitHub:

That removes the check on the number of arguments entirely so that works better than the original. I guess you can argue either way, remove the arg checking…

michael commented on issue usnistgov/macos_security#247 2026-01-19 18:29:48 +00:00
Modify the arg checking to suit Jamf Pro policies

@smithjw commented on GitHub:

@Honestpuck / @robertgendler I've made a small tweak to the generate_guidance.py script to take this a step further and run multiple functions if an admin passes…

michael commented on issue usnistgov/macos_security#247 2026-01-19 18:29:48 +00:00
Modify the arg checking to suit Jamf Pro policies

@Honestpuck commented on GitHub:

I will do some testing early next week.

Next thing I want to do is write a script that generates the EAs and computer groups for Jamf and then uploads them.…

michael commented on issue dutchcoders/transfer.sh#299 2026-01-19 18:29:48 +00:00
r.Context is undefined while trying to build project

@paolafrancesca commented on GitHub:

https://www.joeshaw.org/revisiting-context-and-http-handler-for-go-17/

you may have a go version lower than 1.7 @TrueLecter