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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Auditing Open Source Security Apps

5 点作者 quantumpotato_超过 11 年前
Hi HN, there&#x27;s been a few posts about auditing OSS security&#x2F;encryption apps.<p>I&#x27;m wondering though - how do we verify that the code we see on Github is the same code running live on a webserver?<p>Sure, you could ask for a &quot;hash&quot; but the webserver could fake it.<p>How do you prove what code is running on a remote machine?<p>I&#x27;m sure there&#x27;s a proper name for this kind of problem..

1 comment

newlog超过 11 年前
You can&#x27;t. Or so I think...<p><a href="http://www.gnu.org/licenses/agpl-3.0.html" rel="nofollow">http:&#x2F;&#x2F;www.gnu.org&#x2F;licenses&#x2F;agpl-3.0.html</a>