• Joined on 2025-07-20
michael opened issue usnistgov/macos_security#57 2026-01-19 18:29:04 +00:00
Multiple issues with pwpolicy_ on Sequoia (Using Jamf Connect with EntraID as the OIDC Provider)
michael commented on issue dutchcoders/transfer.sh#126 2026-01-19 18:29:04 +00:00
No default /tmp volume/directory in docker container

@paolafrancesca commented on GitHub:

--temp-path is the param for the temp folder

michael closed issue usnistgov/macos_security#55 2026-01-19 18:29:04 +00:00
macOS Major version specific Audit preference file domains
michael commented on issue dutchcoders/transfer.sh#119 2026-01-19 18:29:03 +00:00
Support for folder upload/sharing

@spantheslayer commented on GitHub:

And what about folders? Is it possible?

michael commented on issue dutchcoders/transfer.sh#118 2026-01-19 18:29:03 +00:00
service side encryption for local backend

@paolafrancesca commented on GitHub:

hi @fnpanic

there is still open a PR I worked on long time ago: https://github.com/dutchcoders/transfer.sh/pull/162

there are some concerns having the…

michael commented on issue dutchcoders/transfer.sh#119 2026-01-19 18:29:03 +00:00
Support for folder upload/sharing

@paolafrancesca commented on GitHub:

You have to pack the folder before uploading

https://transfer.sh/ has multiple examples of different way to upload content

michael commented on issue dutchcoders/transfer.sh#118 2026-01-19 18:29:03 +00:00
service side encryption for local backend

@paolafrancesca commented on GitHub:

I forgot: you can achieve the same goal with https://github.com/dutchcoders/transfer.sh#encrypt--upload

michael opened issue usnistgov/macos_security#53 2026-01-19 18:29:03 +00:00
com.apple.mail.managed
michael commented on issue dutchcoders/transfer.sh#123 2026-01-19 18:29:03 +00:00
File overwritten when multiple files with same name uploaded via POST

@anihm136 commented on GitHub:

Sure, will do. Might take some time depending on my schedule, so do let me know if anyone else wants to take it up in the meantime.

michael commented on issue dutchcoders/transfer.sh#121 2026-01-19 18:29:03 +00:00
504 gateway time-out response from server

@Anarios commented on GitHub:

Same happened from web UI.

michael commented on issue usnistgov/macos_security#48 2026-01-19 18:29:03 +00:00
MacOS 15 defintion for CCE-94310 "Configure Sudo To Log Events" calls the same testID twice

@vanderpol commented on GitHub:

Correct, just noticed this error when re-processing the content to create a DISA STIG friendly benchmark. The error was found in the stig-oval file you created…

michael opened issue usnistgov/macos_security#54 2026-01-19 18:29:03 +00:00
generate_scap.py is not functioning as expected
michael commented on issue dutchcoders/transfer.sh#121 2026-01-19 18:29:03 +00:00
504 gateway time-out response from server

@Anarios commented on GitHub:

Same error. The tar.gz is a huge csv file archived (in case this info helps)

michael commented on issue dutchcoders/transfer.sh#121 2026-01-19 18:29:03 +00:00
504 gateway time-out response from server

@Anarios commented on GitHub:

Doesn't seem like I can reopen the issue, though, @stefanbenten

michael commented on issue dutchcoders/transfer.sh#121 2026-01-19 18:29:03 +00:00
504 gateway time-out response from server

@stefanbenten commented on GitHub:

Do you have a filename and timestamp for me? You can submit those via the website contact form if privacy should be kept.

michael commented on issue dutchcoders/transfer.sh#121 2026-01-19 18:29:03 +00:00
504 gateway time-out response from server

@stefanbenten commented on GitHub:

Hello @Anarios , could you please try again and reopen if needed? Since the file is being ran through a virus scanner and then afterwards being uploaded, there…

michael closed issue usnistgov/macos_security#54 2026-01-19 18:29:03 +00:00
generate_scap.py is not functioning as expected
michael commented on issue dutchcoders/transfer.sh#123 2026-01-19 18:29:03 +00:00
File overwritten when multiple files with same name uploaded via POST

@paolafrancesca commented on GitHub:

thanks @anihm136

since you are already working on the POST handler do you mind implementing solution 1? :)

thanks

michael commented on issue usnistgov/macos_security#48 2026-01-19 18:29:03 +00:00
MacOS 15 defintion for CCE-94310 "Configure Sudo To Log Events" calls the same testID twice

@robertgendler commented on GitHub:

@vanderpol scap issue right?

michael commented on issue dutchcoders/transfer.sh#119 2026-01-19 18:29:03 +00:00
Support for folder upload/sharing

@paolafrancesca commented on GitHub:

hi @spantheslayer this is already support throught POST requests. I see it's not properly documented, you can find some context here: https://github.com/dut…