CERT Coding Standards: Difference between revisions

Content deleted Content added
Acdadd (talk | contribs)
fixed ref to link to actual source, not tools vendor. Added other related standards
Line 1:
The [[Software Engineering Institute|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.<ref>{{cite web|url=https://books.google.com/books?id=Z9aNTafcb3IC|title=Secure Coding in C and C++|first=Robert C.|last=Seacord|date=23 March 2013|publisher=Addison-Wesley|via=Google Books}}</ref><ref>{{cite web|url=https://www.securecoding.cert.org/confluence/display/c/Introduction|title=Introduction - SEI CERT C Coding Standard - CERT Secure Coding Standards|website=www.securecoding.cert.org}}</ref>
 
Guidelines in the CERT C Secure Coding Standard are cross-referenced with several other standards including [[Common Weakness Enumeration]] (CWE) entries and [[MISRA]].<ref>{{cite web|url=httphttps://wwwwiki.prqasei.comcmu.edu/coding-standardsconfluence/display/cert-c/FF.+Related+Guidelines|title=SEI CERT C Secure Coding Standard - PRQARelated Guidelines|websiteaccessdate=www.prqa.comOctober 15, 2018}}</ref><ref>{{cite web|url=https://www.us-cert.gov/bsi/articles/knowledge/coding-practices/mitre-cwe-and-cert-secure-coding-standards|title=MITRE CWE and CERT Secure Coding Standards - US-CERT|website=www.us-cert.gov}}</ref>
 
==See also==