Taking a look at CISA's 2022 Top Routinely Exploited Vulnerabilities.
They specifically mention "Prioritize secure-by-default configurations". So, why are we still building systems in languages like C and C++ when we could use Rust, which has built in memory safety and concurrency safety? Rust compiles in a similar way to C/C++ and as a faster run time than Java.
https://www.cisa.gov/news-events/cybersecurity-advisories/aa23-215a

