Hacker News new | ask | show | jobs
by rom1v 302 days ago
I feel that Rust increases security by avoiding a whole class of bugs (thanks to memory safety), but decreases security by making supply chain attacks easier (due to the large number of transitive dependencies required even for simple projects).
1 comments

Who is requiring you to use large numbers of transitive dependencies? You can always write all the code yourself instead.