What Is CERT C? - A Secure Coding Standard for Embedded Software
The CERT ® C and CERT C++ coding standards are secure coding practices for the C and C++ languages. Security vulnerabilities in embedded software increase chances of attacks from malicious actors. These attacks inject malware, steal information, or perform other unauthorized tasks. Secure coding practices plug these vulnerabilities and effectively reduce the surface of attack.
https://www.mathworks.com/discovery/cert-c.html


Seonglae Cho