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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Bitcoin stealer infected 700 libraries of major programming language

20 点作者 woliveirajr大约 5 年前

4 条评论

dang大约 5 年前
<a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=22906455" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=22906455</a>
tgsovlerkhgsel大约 5 年前
Ruby. &quot;Ruby&quot; is the word that this source intentionally hid from the headline to make people click.
评论 #22921891 未加载
wyager大约 5 年前
All of these attacks on language supply chains have me increasingly convinced that, at the very least, some sort of lightweight formal verification that &quot;this package isn&#x27;t doing anything obviously sketchy&quot; is necessary. One promising avenue for this is something like Safe Haskell ( <a href="https:&#x2F;&#x2F;downloads.haskell.org&#x2F;~ghc&#x2F;7.8.4&#x2F;docs&#x2F;html&#x2F;users_guide&#x2F;safe-haskell.html" rel="nofollow">https:&#x2F;&#x2F;downloads.haskell.org&#x2F;~ghc&#x2F;7.8.4&#x2F;docs&#x2F;html&#x2F;users_gui...</a> ), which proves during compilation that a library function like<p><pre><code> sign :: Privkey -&gt; Message -&gt; Signature </code></pre> can&#x27;t steal your private key and ship it off to some scammer. (Because sending your private key to a scammer requires network IO, and the type of this function implies it doesn&#x27;t do network IO, and Safe Haskell guarantees that it doesn&#x27;t use any &quot;backdoors&quot; to do IO.) It&#x27;s not perfect, but it&#x27;s a pretty good start in the right direction.
评论 #22920816 未加载
fakeSocialMedia大约 5 年前
How is copying clipboard better than a keylogger?<p>Why would they choose that?
评论 #22920710 未加载
评论 #22920703 未加载