• Joined on 2025-07-20
michael commented on issue usnistgov/macos_security#193 2026-01-19 18:29:36 +00:00
checking for authenticated-root hangs forever when multiple OSes are available

@robertgendler commented on GitHub:

Maybe we could pester apple for an option to the command for current running system like csrutil authenticated-root status --current

michael commented on issue dutchcoders/transfer.sh#249 2026-01-19 18:29:36 +00:00
Reverse proxy: support X-Forwarded-Port, or allow some sort of --proxy-port

@zmwangx commented on GitHub:

Didn't think of that... Thanks.

michael opened issue usnistgov/macos_security#194 2026-01-19 18:29:36 +00:00
JAMF integration?
michael opened issue usnistgov/macos_security#195 2026-01-19 18:29:36 +00:00
Tweak SSH rules for FIPS 186-5 addition of curve25519-sha256
michael closed issue usnistgov/macos_security#194 2026-01-19 18:29:36 +00:00
JAMF integration?
michael closed issue usnistgov/macos_security#193 2026-01-19 18:29:36 +00:00
checking for authenticated-root hangs forever when multiple OSes are available
michael commented on issue dutchcoders/transfer.sh#248 2026-01-19 18:29:36 +00:00
Built in crypt and tar

@paolafrancesca commented on GitHub:

is this a feature request?

there's a stale branch about gpg crypting: https://github.com/dutchcoders/transfer.sh/pull/162

you still have to trust the…

michael commented on issue dutchcoders/transfer.sh#248 2026-01-19 18:29:36 +00:00
Built in crypt and tar

@TheYkk commented on GitHub:

i prefer host based security

michael commented on issue dutchcoders/transfer.sh#247 2026-01-19 18:29:36 +00:00
Support for AWS Signature Version 4

@computeralex92 commented on GitHub:

The issue is related to the switch from Version 2 of the signature to Version 4 happen step by step from AWS. Every newer region (e.g. eu-central-1 or…

michael commented on issue dutchcoders/transfer.sh#247 2026-01-19 18:29:36 +00:00
Support for AWS Signature Version 4

@paolafrancesca commented on GitHub:

@computeralex92 can you point to some documentation about the topic? the S3 storage backend was done by @nl5887 and I never worked on it (neither I have the…

michael commented on issue dutchcoders/transfer.sh#247 2026-01-19 18:29:36 +00:00
Support for AWS Signature Version 4

@paolafrancesca commented on GitHub:

I see @computeralex92. as I said I don't use S3 and I didn't developed that part. I think the whole code has to be moved to use official AWS SDK, unlikely I…

michael commented on issue dutchcoders/transfer.sh#247 2026-01-19 18:29:36 +00:00
Support for AWS Signature Version 4

@paolafrancesca commented on GitHub:

please @computeralex92 can you test #243 ?

michael commented on issue dutchcoders/transfer.sh#247 2026-01-19 18:29:36 +00:00
Support for AWS Signature Version 4

@computeralex92 commented on GitHub:

please @computeralex92 can you test #243 ?

I will try it and give you a result as soon as possible.

michael commented on issue dutchcoders/transfer.sh#249 2026-01-19 18:29:36 +00:00
Reverse proxy: support X-Forwarded-Port, or allow some sort of --proxy-port

@paolafrancesca commented on GitHub:

@zmwangx, putting the proxy port in the Host header is enough:

        proxy_set_header   Host                 $host:8443;
michael opened issue usnistgov/macos_security#193 2026-01-19 18:29:36 +00:00
checking for authenticated-root hangs forever when multiple OSes are available
michael commented on issue usnistgov/macos_security#191 2026-01-19 18:29:35 +00:00
Add Safari rules for Monterey (CIS)

@golbiga commented on GitHub:

This is complete, #230

michael commented on issue usnistgov/macos_security#190 2026-01-19 18:29:35 +00:00
Create a script who doesn't need answer to fix non compliant settings

@robertgendler commented on GitHub:

sudo ./build/800-53r5_low/800-53r5_low_compliance.sh --fix is what you're looking for.

michael commented on issue usnistgov/macos_security#190 2026-01-19 18:29:35 +00:00
Create a script who doesn't need answer to fix non compliant settings

@louisdchrf commented on GitHub:

Nice argument, I didn't see this on the wiki

michael commented on issue usnistgov/macos_security#190 2026-01-19 18:29:35 +00:00
Create a script who doesn't need answer to fix non compliant settings

@golbiga commented on GitHub:

Actually you might want to use the --cfc flag. This will do a check, fix, check.

michael commented on issue usnistgov/macos_security#188 2026-01-19 18:29:35 +00:00
Scutil is referenced without full path

@robertgendler commented on GitHub:

Pull request would be awesome. If you do, make it against an OS branch, not main please

We're always trying to make sure we use full path as much as…