Show HN: Safe-NPM – only install packages that are +90 days old
11–20 of 69 posts
Re: Show HN: Safe-NPM – only install packages that are +90 days old
#12Re: Show HN: Safe-NPM – only install packages that are +90 days old
#13Re: Show HN: Safe-NPM – only install packages that are +90 days old
#14Why does elapsed time mean a library is safe? This is so ridiculous. It doesn't protect you against anything. I'm sure there are 1000s of old libraries out there with hidden vulnerabilities or malicious code.
Re: Show HN: Safe-NPM – only install packages that are +90 days old
#15Why does elapsed time mean a library is safe? This is so ridiculous. It doesn't protect you against anything. I'm sure there are 1000s of old libraries out there with hidden vulnerabilities or malicious code.
The idea of “safe” in terms of risk and security has misled a lot of people into this wrong idea that there’s a binary state of safe and unsafe.
It’s all about risk management. You want to reduce risk as inexpensively as possible. One of many inexpensive approaches is “don’t install dependencies that are new.” Along with “don’t install dependencies that nobody else uses.” You might also apply the rule, “don’t install dependencies that aren't shipped with the OS.” Or “don’t use dependencies that haven’t been formally proven.” Etc.
Indeed, calling it “Safe-NPM” can be misleading. As if using it achieves some binary state of safety.
Re: Show HN: Safe-NPM – only install packages that are +90 days old
#16Why does elapsed time mean a library is safe? This is so ridiculous. It doesn't protect you against anything. I'm sure there are 1000s of old libraries out there with hidden vulnerabilities or malicious code.
Re: Show HN: Safe-NPM – only install packages that are +90 days old
#17Re: Show HN: Safe-NPM – only install packages that are +90 days old
#18If everybody does that, won't we take 90 days more to detect problems / hacks of npm packages ?
Re: Show HN: Safe-NPM – only install packages that are +90 days old
#19Re: Show HN: Safe-NPM – only install packages that are +90 days old
#20Pardon me, I couldn’t help myself :D