crates.io phishing attempt
Thanks to my sponsors: Ronen Ulanovsky, xales, René Ribaud, Valentin Mariette, Brooke Tilley, Hamilton Chapman, Ivo Murrell, Òscar Pérez, callym, Matthew T, David Barsky, Borys Minaiev, Steven Pham, std__mpa, Angelo, Michał Bartoszkiewicz, Daniel Strittmatter, Justin Ossevoort, Victor Song, milan and 277 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:
Cracking Electron apps open
I use the draw.io desktop app to
make diagrams for my website. I run it on an actual desktop, like Windows or
macOS, but the asset pipeline that converts .drawio files, to .pdf, to
.svg, and then to .svg again (but smaller) runs on Linux.
So I have a Rust program somewhere that opens headless chromium, and loads just the HTML/JS/CSS part of draw.io I need to render my diagrams, and then use Chromium’s “print to PDF” functionality to save a PDF.