(no title)
Mogzol | 4 months ago
So preventing lifecycle scripts certainly limits the number of packages that could be exploited to get access to the installing machine. It's common for javascript apps to have hundreds of dependencies, but only a handful of them will ever actually run as code on the machine that installed them.
sroussey|4 months ago
And with node you get files and the ability run arbitrary code on arbitrary processes.