logoalt Hacker News

tjpnzyesterday at 12:14 PM2 repliesview on HN

This is a cultural problem created through a fundamental misunderstanding (and mis-application) of Unix philosophy. As far as I'm aware the Rust ecosystem doesn't have a problem appropriately sizing packages which in turn reduces the overall attack surface of dependencies.


Replies

junonyesterday at 12:37 PM

This has nothing to do with package sizes. Cargo was just hit with a phishing campaign not too long ago, and does still use tokens for auth. NPM just has a wider surface area.

creatayesterday at 12:17 PM

I agree, but imo the Rust ecosystem has the same problem. Not to the extent of NPM, but worse than C/C++.