Versions Compared

Key

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

...

Rules and recommendations included in this CERT Perl 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 provides appropriate compliant solutions for POSIX-compliant and Windows operating systems. In many cases, compliant solutions have are 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.

...

This standard does try to make contributions to support older versions of Perl when these contributions can be significant and doing so does not compromise other priorities. The intent is not to capture all deviations from the standard but only a few important ones.

Issues Not Addressed

There are a A number of issues are not addressed by this secure coding standard.

...