Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Rules and recommendations included in this CERT C Programming Language Secure Coding Standard are designed to be operating system and platform independent. However, the best solutions to secure coding problems are often platform specific. In most cases, this standard provide provides appropriate compliant solutions for POSIX-compliant and Windows operating systems. In many cases, compliant solutions have also been provided for specific platforms such as Linux or OpenBSD. Occasionally, we also point out implementation-specific behaviors when these behaviors are of interest.

...

Wiki Markup
A secure coding standard for the C programming language can create the highest value for the longest period of time by focusing on C99 and the relevant post-C99 technical reports.  In addition, because considerably more money and effort is devoted to developdeveloping new code than maintaining existing code, the highest return on investment comes from influencing programmers who are developing new code \[[Seacord 03|AA. C References#Seacord 03]\].  Maintaining existing code is still an important concern, however.

...