@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…
@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…
@robertgendler commented on GitHub:
This is now merged into ventura
@robertgendler commented on GitHub:
This was merged into main. closing the issue.
@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?
@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…
@JustAnotherArchivist commented on GitHub:
Thanks, I can confirm that #216 fixes this.
@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…
@JustAnotherArchivist commented on GitHub:
Oh, I see. Sorry about the noise; I was just going by the documentation for ioutil.ReadAll.
@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;…
@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
@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.