@paolafrancesca commented on GitHub:
@despair86 transfer.sh uses gomodule, can you try with GO111MODULE=on?
also, what version of go are you using?
@paolafrancesca commented on GitHub:
the repo exists: https://github.com/russross/blackfriday
@paolafrancesca commented on GitHub:
https://github.com/golang/go/issues/36391
I've opened this: in the meanwhile you can fix with cloning the repo and doing a go get ./...
@robertgendler commented on GitHub:
Closing since this appears to be changed in 13.3.1 by Apple.
@bernstei commented on GitHub:
I'll note the 7 next time I'm in the office. Note that these are not necessarily that those are all of the ones that could fail this way - I only know about the 7…
@bernstei commented on GitHub:
I see this issue for these 7 items
os_sshd_client_alive_count_max_configure
os_sshd_client_alive_interval_configure
os_sshd_fips_140_ciphers
os_ssh_fips_140…
@georgalis commented on GitHub:
@georgalis the check to do is not fail potentially if the hostkey isn't found. Because checking for sshd running then only checks if sshd is running.
@robertge…
@georgalis commented on GitHub:
@bernstei thanks, patch #248 should cover os_sshd_* rules, @robertgendler I'll craft a separate PR for the os_ssh_* rules, this evening.
@robertgendler commented on GitHub:
@georgalis the check to do is not fail potentially if the hostkey isn't found. Because checking for sshd running then only checks if sshd is running.