• Joined on 2025-07-20
michael commented on issue usnistgov/macos_security#211 2026-01-19 18:29:40 +00:00
os_sshd_key_exchange_algorithm_configure detection issue

@brodjieski commented on GitHub:

This check is for the STIG only, and the STIG specifically calls for the configuration of the diffie-hellman-group-exchange-sha256 key exchange algorithm. If any…

michael commented on issue usnistgov/macos_security#212 2026-01-19 18:29:40 +00:00
os_sshd_fips_compliant remediate issue

@brodjieski commented on GitHub:

Currently, our remediation appends config settings to the 01-mscp-sshd.conf file... The remediation should only run if the check fails... but if it does run…

michael commented on issue usnistgov/macos_security#212 2026-01-19 18:29:40 +00:00
os_sshd_fips_compliant remediate issue

@robertgendler commented on GitHub:

This is now merged into ventura

michael commented on issue usnistgov/macos_security#212 2026-01-19 18:29:40 +00:00
os_sshd_fips_compliant remediate issue

@robertgendler commented on GitHub:

This was merged into main. closing the issue.

michael commented on issue dutchcoders/transfer.sh#266 2026-01-19 18:29:40 +00:00
Percent-encoding in filenames not handled correctly

@paolafrancesca commented on GitHub:

you're right @JustAnotherArchivist : the current solution was a little clumsy. I fixed with a more straightforward one in #216 , can you give a try?

michael commented on issue dutchcoders/transfer.sh#265 2026-01-19 18:29:40 +00:00
Server seems to crash when opening mp4(or large) files

@JustAnotherArchivist commented on GitHub:

The GET handler reads the entire file to memory and then doesn't do anything with the read data:

https://github.com/dutchcoders/transfer.sh/blob/cd602…

michael commented on issue dutchcoders/transfer.sh#267 2026-01-19 18:29:40 +00:00
Update Dockerfile from n8225/transfer.sh

@paolafrancesca commented on GitHub:

fixed by #231

michael commented on issue dutchcoders/transfer.sh#266 2026-01-19 18:29:40 +00:00
Percent-encoding in filenames not handled correctly

@JustAnotherArchivist commented on GitHub:

Thanks, I can confirm that #216 fixes this.

michael commented on issue dutchcoders/transfer.sh#265 2026-01-19 18:29:40 +00:00
Server seems to crash when opening mp4(or large) files

@paolafrancesca commented on GitHub:

the code doesn't read the entire file to memory, if you check the ioutil.ReadAll has io.TeeReader as argument: https://github.com/golang/go/blob/master/src…

michael opened issue usnistgov/macos_security#214 2026-01-19 18:29:40 +00:00
system_settings_system_wide_preferences_configure for loop syntax
michael commented on issue dutchcoders/transfer.sh#265 2026-01-19 18:29:40 +00:00
Server seems to crash when opening mp4(or large) files

@JustAnotherArchivist commented on GitHub:

Oh, I see. Sorry about the noise; I was just going by the documentation for ioutil.ReadAll.

michael commented on issue dutchcoders/transfer.sh#265 2026-01-19 18:29:40 +00:00
Server seems to crash when opening mp4(or large) files

@kiska3 commented on GitHub:

This is the command I am using: `while true; do date; ./transfersh --provider=local --listener :8080 --temp-path=/transfersh/ --basedir=/transfersh/; sleep 10;…

michael commented on issue dutchcoders/transfer.sh#265 2026-01-19 18:29:40 +00:00
Server seems to crash when opening mp4(or large) files

@paolafrancesca commented on GitHub:

actually is ioutil.ReadAll that loads everything in memory, I will push a branch with the fix as soon as I finish testing it

michael commented on issue dutchcoders/transfer.sh#267 2026-01-19 18:29:40 +00:00
Update Dockerfile from n8225/transfer.sh

@dopessoa commented on GitHub:

As @n8225 hasn't answered in quite a while I've made some improvements to the Dockerfile based on his changes, I've sent a PR with the new Dockerfile.

michael opened issue usnistgov/macos_security#215 2026-01-19 18:29:40 +00:00
JCE CIS Level 1 Rules are showing 2.9.3 (Level 2)
michael opened issue usnistgov/macos_security#216 2026-01-19 18:29:40 +00:00
auth_ssh_password_authentication_disable needs to be updated for Ventura
michael closed issue usnistgov/macos_security#214 2026-01-19 18:29:40 +00:00
system_settings_system_wide_preferences_configure for loop syntax
michael closed issue usnistgov/macos_security#215 2026-01-19 18:29:40 +00:00
JCE CIS Level 1 Rules are showing 2.9.3 (Level 2)
michael opened issue dutchcoders/transfer.sh#268 2026-01-19 18:29:40 +00:00
Automatic deletion?
michael opened issue dutchcoders/transfer.sh#269 2026-01-19 18:29:40 +00:00
Missing percent-encoding of hashes (#) in returned URL