• Joined on 2025-07-20
michael closed issue dutchcoders/transfer.sh#310 2026-01-19 18:29:51 +00:00
"Inline" links return 404
michael commented on issue usnistgov/macos_security#261 2026-01-19 18:29:51 +00:00
JXA Checks are causing the generated baseline_compliance.sh to break

@robertgendler commented on GitHub:

Fixed in dev_monterey!

1 rule had check: not check:

michael commented on issue usnistgov/macos_security#261 2026-01-19 18:29:51 +00:00
JXA Checks are causing the generated baseline_compliance.sh to break

@jordanburnette commented on GitHub:

Confirmed to be fixed.

michael opened 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 commented on issue dutchcoders/transfer.sh#308 2026-01-19 18:29:50 +00:00
transfer.sh is offline?

@wh0am1-dev commented on GitHub:

bump ! same here

michael commented on issue dutchcoders/transfer.sh#308 2026-01-19 18:29:50 +00:00
transfer.sh is offline?

@cnrat commented on GitHub:

It's now back online. Close this issue.

michael commented on issue dutchcoders/transfer.sh#309 2026-01-19 18:29:50 +00:00
404 on assets in subpath

@paolafrancesca commented on GitHub:

@gncabrera do you use your web-path or the bundled github.com/dutchcoders/transfer.sh-web? You should be able to fix at nginx level with a rewrite rule for…

michael commented on issue dutchcoders/transfer.sh#308 2026-01-19 18:29:50 +00:00
transfer.sh is offline?

@ohhayley commented on GitHub:

Same problem curl: (7) Failed to connect to transfer.sh port 443: Connection timed out

michael commented on issue usnistgov/macos_security#256 2026-01-19 18:29:50 +00:00
(dev_monterey) os_install_log_retention_policy and audit_flags_configure not remediating

@brodjieski commented on GitHub:

@jordanburnette I pushed some changes that should resolve the issues described here. When you get a chance, can you test to see if it fixes it for you?

Thanks!

michael closed issue dutchcoders/transfer.sh#307 2026-01-19 18:29:50 +00:00
how to install?
michael commented on issue usnistgov/macos_security#257 2026-01-19 18:29:50 +00:00
time server enforcement values possibly deprecated.

@robertgendler commented on GitHub:

This can be set and audited using the systemsetup command

sudo systemsetup -setusingnetworktime off or on
sudo systemsetup -getusingnetworktime

w…

michael commented on issue usnistgov/macos_security#256 2026-01-19 18:29:50 +00:00
(dev_monterey) os_install_log_retention_policy and audit_flags_configure not remediating

@jordanburnette commented on GitHub:

Can confirm the pushed fixes are verified as working. Thanks, Dan!

michael commented on issue usnistgov/macos_security#257 2026-01-19 18:29:50 +00:00
time server enforcement values possibly deprecated.

@liquidoshin commented on GitHub:

Ah awesome. This is what I needed. Thank you for your help.

michael commented on issue usnistgov/macos_security#257 2026-01-19 18:29:50 +00:00
time server enforcement values possibly deprecated.

@robertgendler commented on GitHub:

There are a number of configuration profile keys and values that we have found by digging through the system that are undocumented and not officially supported…

michael commented on issue usnistgov/macos_security#257 2026-01-19 18:29:50 +00:00
time server enforcement values possibly deprecated.

@liquidoshin commented on GitHub:

So it seems what you're saying is that this setting can also be set outside of installing a profile, i.e. a command. Am I correct in assuming this? If so, what…

michael closed issue dutchcoders/transfer.sh#309 2026-01-19 18:29:50 +00:00
404 on assets in subpath
michael closed issue usnistgov/macos_security#257 2026-01-19 18:29:50 +00:00
time server enforcement values possibly deprecated.
michael closed issue usnistgov/macos_security#258 2026-01-19 18:29:50 +00:00
os_sudo_timeout_configure adjust check for possible spaces
michael commented on issue dutchcoders/transfer.sh#307 2026-01-19 18:29:50 +00:00
how to install?

@paolafrancesca commented on GitHub:

hi @0xE02B7 , GOPATH must point to a directory with inside a path like src/github.com/dutchcoders/transfer.sh

so you should decide what's your GOPATH,…