|
|
|
|
|
by throwaway127482
282 days ago
|
|
Genuine question: why is `curl https://trusted-site.com | sh` a security risk? Fundamentally, doesn't the security depend entirely on whether https is working properly? Even the standard package repos are relying on https right? Like, I don't see how it's different than going to their website, copying their recommended command to install via a standard repo, then pasting that command into your shell. Either way, you are depending entirely on the legitimacy of their domain right? |
|
You're about to install and run their software. If they wanted to do something malicious, they wouldn't hide it in their plaintext install script.