crates.io phishing attempt
Thanks to my sponsors: Ryan, Guy Waldman, Gorazd Brumen, teor, Jonas Platte, Alex Rudy, prairiewolf, Zaki, Nyefan, Philipp Gniewosz, Jack Duvall, Ivo Murrell, Mason Ginter, Anna M, Romain Kelifa, Scott Sanderson, Matěj Volf, Beth Rennie, Stephan Buys, Jan-Stefan Janetzky and 279 more
Earlier this week, an npm supply chain attack.
It’s turn for crates.io, the main public repository for Rust crates (packages).
The phishing e-mail looks like this:
And it leads to a GitHub login page that looks like this:
Several maintainers received it — the issue is being discussed on GitHub.
The crates.io team has acknowledged the attack and said they’d see if they can do something about it.
No compromised packages have been identified as of yet (Sep 12, 14:10 UTC).
Important links:
Here's another article just for you:
Why is my Rust build so slow?
I’ve recently come back to an older project of mine (that powers this website), and as I did some maintenance work: upgrade to newer crates, upgrade to a newer rustc, I noticed that my build was taking too damn long!
For me, this is a big issue. Because I juggle a lot of things at any given time, and I have less and less time to just hyperfocus on an issue, I try to make my setup as productive as possible.