|
|
|
|
|
by hbz
3620 days ago
|
|
One of the biggest complaints about the curl - bash paradigm are the security implications. URLs can point to different content at different times. Project maintainers can (and have) changed the content at these URLs for malicious or other reasons. A lot of people will not examine the source of what they're piping into the shell. To me, https://github.com/jbenet/hashpipe addresses a lot of these issues by pinning the content to a hash. You can't force somebody to read and understand the install script, but at least those who do can know it's the one they verified in advance. |
|