• 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:

I believe Apple has made it so difficult to dual boot Apple Silicon machines, this is an edge case that may be better suited for us just adding a note in the…

michael opened issue dutchcoders/transfer.sh#252 2026-01-19 18:29:36 +00:00
configurable default metadata
michael closed issue dutchcoders/transfer.sh#250 2026-01-19 18:29:36 +00:00
Can duplicate files be link through MD5?
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:

We've added a warning to the rule. I do not believe we'll do any additional fix for this edge case.

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:

Our warning has been added to ventura, monterey, and big_sur

WARNING: If more than one partition with macOS is detected, the csrutil command…
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

@hcbraun commented on GitHub:

I also ran into this bug. Would be great to fix this. Running multiple installations on Apple Silicon is actually easy and convenient.

Is there a command to get…

michael closed issue dutchcoders/transfer.sh#251 2026-01-19 18:29:36 +00:00
Expired file / download limit is not honoured on the default (file view) page
michael commented on issue usnistgov/macos_security#195 2026-01-19 18:29:36 +00:00
Tweak SSH rules for FIPS 186-5 addition of curve25519-sha256

@robertgendler commented on GitHub:

Closing for now. It's up to Apple to add it to it's approved algorithms in SSH.

michael commented on issue usnistgov/macos_security#195 2026-01-19 18:29:36 +00:00
Tweak SSH rules for FIPS 186-5 addition of curve25519-sha256

@GaryGapinski commented on GitHub:

I agree. I think that means another CMVP validation (in which proper operation is tested). I am not in a position to test macOS FIPS mode but until FIPS 186-5…

michael commented on issue usnistgov/macos_security#195 2026-01-19 18:29:36 +00:00
Tweak SSH rules for FIPS 186-5 addition of curve25519-sha256

@robertgendler commented on GitHub:

@GaryGapinski I believe Apple is going to have to update their validated algorithms.

michael commented on issue usnistgov/macos_security#194 2026-01-19 18:29:36 +00:00
JAMF integration?

@golbiga commented on GitHub:

@bdruth please see, https://trusted.jamf.com/docs/establishing-compliance-baselines.

Here is…

michael commented on issue usnistgov/macos_security#194 2026-01-19 18:29:36 +00:00
JAMF integration?

@bdruth commented on GitHub:

The JNUC talk I'm familiar with, that's what got me started! :) I'll give the JAMF Compliance Editor a look, thank you.

michael opened issue dutchcoders/transfer.sh#251 2026-01-19 18:29:36 +00:00
Expired file / download limit is not honoured on the default (file view) page
michael closed issue dutchcoders/transfer.sh#246 2026-01-19 18:29:35 +00:00
Suggestion: Continuous Fuzzing
michael commented on issue dutchcoders/transfer.sh#245 2026-01-19 18:29:35 +00:00
Dependency issue with urfave/cli.v1

@tbi88 commented on GitHub:

Hi

I would prefer if you could do it. I am pretty new with go yet...

cheers

michael commented on issue dutchcoders/transfer.sh#244 2026-01-19 18:29:35 +00:00
Couldn't upload file to docker

@dopessoa commented on GitHub:

The problem is that /tmp does not exist inside the docker container, the method used to create the directory in storage.go does not create directories recursively,…

michael commented on issue dutchcoders/transfer.sh#244 2026-01-19 18:29:35 +00:00
Couldn't upload file to docker

@ichcc commented on GitHub:

Thanks a lot!

On 22 Aug, 2019, at 22:37, Dwaraka Nath notifications@github.com wrote:

The same has been resolved in a previous issue - #187 <https://github.co…

michael commented on issue dutchcoders/transfer.sh#244 2026-01-19 18:29:35 +00:00
Couldn't upload file to docker

@dtsdwarak commented on GitHub:

The same has been resolved in a previous issue - #187

Try something like the following -

$ docker run -d \
--restart always \
--publish…
michael closed issue dutchcoders/transfer.sh#244 2026-01-19 18:29:35 +00:00
Couldn't upload file to docker