This is no different from any package registry getting some packages compromised.

Not many of them allow for immutable relases. And if they do, nothing blocks you from releasing a patch version that will most likely be automatically pulled in by many many projects during build.

The whole dependencies ecosystem is currently broken. Thats why its so easy (relatively) to attack via supply-chain.

Only way to be really secured is to have own registry of vetted dependencies pinned to exact version and maintain own upgrade pipeline.

NOONE (beside google) is going to do that. Its too costly, you need two big teams just to handle that one part.

> NOONE (beside google) is going to do that. Its too costly, you need two big teams just to handle that one part.

And yet my team and I at stagex are building a decentralized code review system to handle this anyway. Not waiting around with our fingers crossed for the corpos to solve supply chain security for us. Has to be a community led effort.