TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Dangerous dependencies in third-party software – the underestimated risk

12 点作者 Christian_A3 个月前

4 条评论

userbinator3 个月前
Does anyone else find this article's writing style to have some hints of AI?
评论 #43031719 未加载
评论 #43032721 未加载
评论 #43031791 未加载
评论 #43031822 未加载
codebje3 个月前
This is something that weighs on my mind a lot. Industry norm is to use 3rd party dependencies, and it&#x27;s impractical to carefully vet direct dependencies let alone transitive dependencies. The article spits out a big list of reasons to worry about this, but in the end, the possible solutions aren&#x27;t all that great.<p>I have no answers: just questions that haunt me, from time to time.
jmclnx3 个月前
First:<p>xz vulnerability -- Thus happened because a patch was added by some Linux distros to add functionality for other packages. If openssh was not patched and kept as the OpenBSD people intended, the vulnerability would not have happend. The article seems to indicate it was caused due to other reasons. IIRC, this only affected systemd distros. *BSDs and Slackware did not have this vulnerability.<p>Yes, Linux and to a far lesser extent *BSD are living in dependency hell. Windows are worse off.<p>But UN*X systems were initially designed to be simple, but many people want to make these systems into M&#x2F;S Windows Clones. Until UN*X Type Systems get back to their roots, I see no resolution.<p>FWIW, the way BSDs are designed, you can avoid a lot of this because they separate third party applications, these are installed outside the base system. People in the BSDs mostly know there are risks to using 3rd party applications, but unlike Linux, BSD users make that decision themselves. Linux distros tend to make these third party applications part of their base system, this forcing risks on the user. The user may not even understand these items have risks that exceed Linux itself.
johnea3 个月前
Wow! and the author isn&#x27;t even a boomer. Amazing.<p>npm and pip have demonstrated the issues discussed here repeatedly...