Tag
cpp
Safeguard articles tagged "cpp" — guides, analysis, and best practices for software supply chain and application security.
2 articles
Application Security
The most common C++ vulnerability classes, and the tooling that catches them
Memory-safety bugs account for roughly 70% of high-severity CVEs in large C/C++ codebases at Microsoft and Google. Here's why, and what actually stops them.
Jul 11, 20267 min read
Industry Analysis
Path Traversal Prevention in C++ with std::filesystem::we...
Why std::filesystem::weakly_canonical alone doesn't stop path traversal in C++, and the containment check every extraction, upload, or plugin loader needs beside it.
Oct 23, 20257 min read