Earlier quoted context omitted.
Microsoft, Google, and other companies have all determined that about 70% of CVEs are memory-related. Here's the US government's take: https://www.cisa.gov/news-events/news/urgent-need-memory-saf... These memory-related exploits disappear with Rust aside from in "unsafe" blocks (possibly the worst named keyword in any language... it should have been called "trusted"), and that means you have a smaller and more easily…
Just to avoid any “cyclist rides more aggressively when wearing helmet” type behaviour: It’s probably worth nothing that that vast majority of, and of large scale attacks, is basic shit that has nothing to do with memory safety. There’s benefit to memory safety, but just cause you’re wearing a helmet doesn’t mean you’re completely safe. Additionally, it’s not Google overall, but chromium project that find this, as we…
This isn't the case: https://msrc.microsoft.com/blog/2019/07/a-proactive-approach...
> Since 2004, the Microsoft Security Response Centre (MSRC) has triaged every reported Microsoft security vulnerability.
They've never qualified it as Windows only, to my knowledge.