• Joined on 2025-07-20
michael commented on issue usnistgov/macos_security#124 2026-01-19 18:29:19 +00:00
Rule: os_password_hint_remove reports wrong for Guest account in the as-is audit script

@mikaellofgren commented on GitHub:

Thanks that was quick! When looking quickly and testing this block it looks like you added variable HINT into variable result_value and that seems not to…

michael commented on issue dutchcoders/transfer.sh#181 2026-01-19 18:29:19 +00:00
Footer links don't work

@paolafrancesca commented on GitHub:

@dmitrizzle tested same chrome build on macOS Catalina 10.15.7, all the links work (btw, Founded in Holland is not a link :))

could you ask your…

michael commented on issue usnistgov/macos_security#126 2026-01-19 18:29:19 +00:00
Rules having both the fix and the profile

@robertgendler commented on GitHub:

@nihil-admirari This is intentional.

The profile locks the GUI but the binary or defaults can override the profile. So both methods are required.

michael commented on issue usnistgov/macos_security#124 2026-01-19 18:29:19 +00:00
Rule: os_password_hint_remove reports wrong for Guest account in the as-is audit script

@mikaellofgren commented on GitHub:

Ahh pulled out the code, but this one seems to work. Thanks!

michael opened issue dutchcoders/transfer.sh#178 2026-01-19 18:29:18 +00:00
Useless download count tracking for files without a download limit
michael commented on issue usnistgov/macos_security#118 2026-01-19 18:29:18 +00:00
generate_baseline.py invalid escape sequence

@nstrauss commented on GitHub:

Related to Python 3.12.x incompatibility. Closing for now.

michael opened issue dutchcoders/transfer.sh#179 2026-01-19 18:29:18 +00:00
[Server Issue] Transfer.sh is down
michael opened issue dutchcoders/transfer.sh#180 2026-01-19 18:29:18 +00:00
New feature: QRcode
michael closed issue dutchcoders/transfer.sh#178 2026-01-19 18:29:18 +00:00
Useless download count tracking for files without a download limit
michael closed issue dutchcoders/transfer.sh#179 2026-01-19 18:29:18 +00:00
[Server Issue] Transfer.sh is down
michael commented on issue dutchcoders/transfer.sh#173 2026-01-19 18:29:18 +00:00
Include handler errors in the log file

@paolafrancesca commented on GitHub:

We should only rely on the logger instantiated in the cmd package: https://github.com/dutchcoders/transfer.sh/blob/master/cmd/cmd.go#L294

This will either…

michael closed issue dutchcoders/transfer.sh#180 2026-01-19 18:29:18 +00:00
New feature: QRcode
michael opened issue usnistgov/macos_security#122 2026-01-19 18:29:18 +00:00
system_settings_remote_management_disable avoid undocumented mdmclient
michael opened issue usnistgov/macos_security#123 2026-01-19 18:29:18 +00:00
os_root_disable alternative implementation
michael closed issue usnistgov/macos_security#121 2026-01-19 18:29:18 +00:00
SIP protected services
michael closed issue usnistgov/macos_security#123 2026-01-19 18:29:18 +00:00
os_root_disable alternative implementation
michael opened issue usnistgov/macos_security#121 2026-01-19 18:29:18 +00:00
SIP protected services
michael commented on issue dutchcoders/transfer.sh#175 2026-01-19 18:29:18 +00:00
[QUESTION] Can max-downloads and max-days used together?

@paolafrancesca commented on GitHub:

hi @MayankFawkes first of all: the file won't be deleted according to that two values, only access to it will be denied (file purging is related to a setup…

michael commented on issue dutchcoders/transfer.sh#176 2026-01-19 18:29:18 +00:00
[QUESTION] Is there any API which returns the server settings.

@paolafrancesca commented on GitHub:

@MayankFawkes there's no API showing the server configuration. can you clarify what benefit such endpoint would bring for development purpose? I assume that…

michael commented on issue dutchcoders/transfer.sh#176 2026-01-19 18:29:18 +00:00
[QUESTION] Is there any API which returns the server settings.

@MayankFawkes commented on GitHub:

Lets say i am building my some file sharing system with transfer.sh, since there are alot people using transfer.sh backend on public domain with different…