• Joined on 2025-07-20
michael commented on issue usnistgov/macos_security#157 2026-01-19 18:29:27 +00:00
Generate recommendations Python script relies on very out of date Ruby gems

@sammcj commented on GitHub:

Oh wow ok - yeah the bundle install with --binstubs seemed to fix it!

Thank you!

michael commented on issue usnistgov/macos_security#157 2026-01-19 18:29:27 +00:00
Generate recommendations Python script relies on very out of date Ruby gems

@golbiga commented on GitHub:

The only requirements we set for ruby gems are the following.

cat Gemfile
source 'https://rubygems.org'

gem 'asciidoctor'
gem 'asciidoctor-pdf'
gem…
michael commented on issue dutchcoders/transfer.sh#211 2026-01-19 18:29:27 +00:00
Cannot use behind proxy running on a different port

@paolafrancesca commented on GitHub:

@cheeseandcereal this can be achieved setting the Host header with the port as well see https://github.com/dutchcoders/transfer.sh/issues/252 for a…

michael commented on issue dutchcoders/transfer.sh#211 2026-01-19 18:29:27 +00:00
Cannot use behind proxy running on a different port

@cheeseandcereal commented on GitHub:

That's fine for an HTTP proxy which supports modifying requests, but not for something lower level like a raw TCP proxy, or simple routing/firewall rules…

michael commented on issue dutchcoders/transfer.sh#211 2026-01-19 18:29:27 +00:00
Cannot use behind proxy running on a different port

@paolafrancesca commented on GitHub:

oki

michael commented on issue usnistgov/macos_security#158 2026-01-19 18:29:27 +00:00
Monterey 800-171 .GlobalPreferences settings mobile config not importing into JAMF

@robertgendler commented on GitHub:

Closing this issue. There isn't much that we can do about this. It's more a Jamf Pro thing.

michael commented on issue usnistgov/macos_security#158 2026-01-19 18:29:27 +00:00
Monterey 800-171 .GlobalPreferences settings mobile config not importing into JAMF

@golbiga commented on GitHub:

@AlfredAleman I was just able to import using Jamf Compliance Editor. You are correct that uploading the com.apple.GlobalPreferences.mobileconfig as is will not…

michael commented on issue dutchcoders/transfer.sh#212 2026-01-19 18:29:27 +00:00
Custom Web Interface???

@paolafrancesca commented on GitHub:

@oriolrius happy to help. from grunt you should be able to use theserve command to wach live changes to the code, btw

michael commented on issue dutchcoders/transfer.sh#213 2026-01-19 18:29:27 +00:00
502 error - Authentication popup never shown in browser

@paolafrancesca commented on GitHub:

after the progress bar in the frontend is complete

I was able to reproduce the issue letting transfer.sh listen on http and use the X-Forwarded-Proto

michael commented on issue dutchcoders/transfer.sh#212 2026-01-19 18:29:27 +00:00
Custom Web Interface???

@mckaygerhard commented on GitHub:

maybe you must paste here exact comands to property helps (also make more detailed documentation.. i can make it) @oriolrius

michael commented on issue dutchcoders/transfer.sh#212 2026-01-19 18:29:27 +00:00
Custom Web Interface???

@paolafrancesca commented on GitHub:

@oriolrius did you manage to use a custom frontend?

michael closed issue usnistgov/macos_security#162 2026-01-19 18:29:27 +00:00
CIS Manual Recommendations not generating properly
michael commented on issue dutchcoders/transfer.sh#213 2026-01-19 18:29:27 +00:00
502 error - Authentication popup never shown in browser

@srinisubramanian commented on GitHub:

I will ask tomorrow. If you want to go ahead

michael commented on issue dutchcoders/transfer.sh#213 2026-01-19 18:29:27 +00:00
502 error - Authentication popup never shown in browser

@paolafrancesca commented on GitHub:

@srinisubramanian I found the solution: proxy_request_buffering off;

available from nginx 1.7.11: https://nginx.org/en/docs/http/ngx_http_proxy_module.ht…

michael commented on issue dutchcoders/transfer.sh#213 2026-01-19 18:29:27 +00:00
502 error - Authentication popup never shown in browser

@paolafrancesca commented on GitHub:

@srinisubramanian just subscribed to the mailing list and waiting for confirmation email as well

https://forum.nginx.org may be an alternative if you want…

michael commented on issue dutchcoders/transfer.sh#213 2026-01-19 18:29:27 +00:00
502 error - Authentication popup never shown in browser

@paolafrancesca commented on GitHub:

oki thanks

michael commented on issue dutchcoders/transfer.sh#213 2026-01-19 18:29:27 +00:00
502 error - Authentication popup never shown in browser

@srinisubramanian commented on GitHub:

Having trouble getting on to that mailing list. Confirmation mail never reaches, tried a couple.

@aspacca can you please post?

michael commented on issue dutchcoders/transfer.sh#213 2026-01-19 18:29:27 +00:00
502 error - Authentication popup never shown in browser

@srinisubramanian commented on GitHub:

@aspacca This works, thanks. Also the behavior is such that the user id/pwd is prompted right at the beginning which is good. Thanks for following up on this.

michael commented on issue usnistgov/macos_security#161 2026-01-19 18:29:27 +00:00
Indicate manual rules that are included in the baseline

@brodjieski commented on GitHub:

Added NOTE in PDF/HTML to rules that are marked as manual.

michael commented on issue usnistgov/macos_security#161 2026-01-19 18:29:27 +00:00
Indicate manual rules that are included in the baseline

@bernstei commented on GitHub:

My preference would be to indicate this in the remediation script's output, although I agree that'd be non trivial - it's easy enough to note that it's manual when…