A single Node of failure
A single Node of failure
Posted Mar 31, 2016 19:22 UTC (Thu) by samroberts (subscriber, #46749)In reply to: A single Node of failure by tshow
Parent article: A single Node of failure
Right, because writing it yourself rather than using well-known libraries is good security practice?
With npm, if a package has a security vulnerability, then the package can be updated, and the security fix can be pulled in with a single update to all its dependencies. If you don't want that, shrinkwrap your projects, to pin the versions of your dependencies. Then you get to hear about how a security fix was released... but your app didn't get it.