CERT Coding Standards

This is an old revision of this page, as edited by CodeCurmudgeon (talk | contribs) at 16:10, 15 October 2018 (fixed ref to link to actual source, not tools vendor. Added other related standards). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The SEI CERT C Coding Standard is a software coding standard for the C programming language, developed by the CERT Coordination Center to improve the safety, reliability, and security of software systems.[1][2]

Guidelines in the CERT C Secure Coding Standard are cross-referenced with several other standards including Common Weakness Enumeration (CWE) entries and MISRA.[3][4]

See also

References

  1. ^ Seacord, Robert C. (23 March 2013). "Secure Coding in C and C++". Addison-Wesley – via Google Books.
  2. ^ "Introduction - SEI CERT C Coding Standard - CERT Secure Coding Standards". www.securecoding.cert.org.
  3. ^ "SEI CERT C Coding Standard - Related Guidelines". Retrieved October 15, 2018.
  4. ^ "MITRE CWE and CERT Secure Coding Standards - US-CERT". www.us-cert.gov.