this post was submitted on 08 May 2025
11 points (92.3% liked)
Pulse of Truth
1496 readers
145 users here now
Cyber Security news and links to cyber security stories that could make you go hmmm. The content is exactly as it is consumed through RSS feeds and wont be edited (except for the occasional encoding errors).
This community is automagically fed by an instance of Dittybopper.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Rust from this sounds like npm or any other similar system. You end up with dependencies that have dependencies and so on. A project can quickly end up with massive amount of code that is unauditable and probably not used.
The best you can do is be careful when changing versions and, more importantly, only use external dependencies that you actually trust and need.