Tag
rust-interop
Safeguard articles tagged "rust-interop" — guides, analysis, and best practices for software supply chain and application security.
2 articles
Application Security
Memory safety in C/C++: the vulnerability classes that won't go away
Microsoft found ~70% of its patched CVEs trace to memory-safety bugs. Here's how buffer overflows, use-after-free, and double-free still happen — and what actually catches them.
Jul 14, 20267 min read
Application Security
An introduction to C and C++ memory-safety vulnerabilities
Microsoft has reported that roughly 70% of the CVEs it patches each year trace back to memory-safety bugs — here's what buffer overflows, use-after-free, and double-free actually look like.
Jul 7, 20268 min read