|
|
|
|
|
by wycats
3732 days ago
|
|
The note offers this workaround for npm: "Use npm shrinkwrap to lock down your dependencies", which will prevent the worm from spreading purely because of an install of a checked out app. Any application package manager with a lockfile-based-workflow (like Bundler, Cocoapods, Cargo, etc.) would at least have this mitigation as a default part of the workflow. |
|
a way to protect you 100% against the problem is to define your dependency as a link to a specific commit or tarball.