Maven 罐子安全吗?

发布于 2024-09-07 02:46:36 字数 1436 浏览 9 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

热血少△年 2024-09-14 02:46:40

如何说服我的公司雇主,Maven 存储库中的 jar 可以安全使用?

从 Maven 存储库下载 jar 的安全性并不比从其他位置下载 jar 的安全性低。换句话说,Maven 存储库并没有真正引入问题,问题是您对外部库的依赖。

现在,如果你的老板真的很偏执,他总是可以要求你获取 552 个 jar 的源代码,逐行审核它们,构建它们并将它们安装在已批准的 jar 的存储库中。这将“仅仅”花费他几美元:)

但是由于大多数项目都是开源的,因为它们是透明的,因为许多眼睛可以检查它们,我个人相信任何恶意攻击都会很快被检测到,而且成本并不高。不值得冒这个风险(风险很低)。也许我太信任社区了,但到目前为止,它是有效的。

How can I convince my corp employer, than jars from the Maven repositories are safe for use?

Downloading a jar from a Maven repository is not less safe than downloading a jar from another location. In other words, Maven repositories don't really introduce a problem, the problem is your dependency on an external library.

Now, if your boss is really paranoid, he can always ask you to grab the sources of your 552 jars, audit them line by line, build them and install them in a repository of approved jars. That will "just" cost him a few dollars :)

But since most projects are open source, since they are transparent, since many eyes can inspect them, I personally believe that any malicious attacks would be detected pretty fast and that the cost isn't worth the risk (which is pretty low). Maybe I trust the community too much but, so far, it works.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文