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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

GitHub suffers a cascading supply chain attack compromising CI/CD secrets

75 点作者 vinnyglennon大约 1 个月前

8 条评论

seanhandley大约 1 个月前
This is already a month old. Suggest renaming to make this clear, or you've got people jumping on this as a brand new issue.
评论 #43691924 未加载
评论 #43691829 未加载
chuckadams大约 1 个月前
The attack is being described as “sophisticated” but we can thank our (GitHub) stars that the exfil was a half-assed job that ultimately made only public repos vulnerable <i>and</i> made it obvious in logs whether a compromise occurred.<p>It’s almost like a grey-hat attacker trying to make the supply chain vulnerabilities more visible without doing major damage themselves. Almost.
cedws大约 1 个月前
I warned about this, but you didn’t have to be clairvoyant to see it coming: <a href="https:&#x2F;&#x2F;cedwards.xyz&#x2F;github-actions-are-an-impending-security-disaster&#x2F;" rel="nofollow">https:&#x2F;&#x2F;cedwards.xyz&#x2F;github-actions-are-an-impending-securit...</a><p>GitHub are cutting corners and not working on making their CI&#x2F;CD offering secure.
apimade大约 1 个月前
Previous discussions: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=43368870">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=43368870</a>
delusional大约 1 个月前
&gt; The attack methodology involved a particularly sophisticated approach. Attackers inserted a base64-encoded payload into an install script, causing secrets from affected CI workflows to be exposed in workflow logs.<p>What? How is that sophisticated? Who wrote this?<p>I still don&#x27;t understand how we got to this point where CI&#x2F;CD pipelines are built from random shit on the internet. I remember people being worried about packages in the system package manager curated by a (relatively) small set of trusted project maintainers. Now we&#x27;re pulling in garbage written by who knows, under security guidance of nobody. At least the Arch Repo has a procedure and a trust network.<p>Every time I have to use GitHub actions and it recommends me using some &quot;community&quot; action I can&#x27;t do it. I just know it&#x27;s written by some 12-year old on spring break.
评论 #43691655 未加载
评论 #43693019 未加载
评论 #43693173 未加载
Halan大约 1 个月前
I hope GitHub will prioritise immutable actions and enforce it to all actions
评论 #43691583 未加载
评论 #43692108 未加载
ChrisArchitect大约 1 个月前
More discussion at the time: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=43367987">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=43367987</a>
TavsiE9s大约 1 个月前
Guess that &quot;all aboard the LLM&#x2F;Copilot train!&quot; way of developing your core product really paid off!