|
|
|
|
|
by sarciszewski2
4003 days ago
|
|
> What do you want them to do? I want them to not use a one-liner. Step-by-step: 1. Download the files 2. Download the public key 2a. verify the public key if you've never seen it before (publish in the blockchain, have lots of high profile technologists sign it, etc) 3. If the verification matches, then proceed. Teaching developers to value "clever one-liner hack" over "secure, dependable solution" will lead to bad habits. |
|
1. Google "meteor.com compromised" and decide whether it's currently compromised. If it isn't:
2. Run curl https://install.meteor.com|sh
It saves a few steps and is equally secure - you know, since you're just going to go based on what other people think and include no programmatic check whatsoever. (your 2a).