Project

General

Profile

Secure Coding Standard » History » Version 1

Version 1/20 - Next » - Current version
Andreas Steffen, 27.05.2013 16:46
Created Secure Coding Standard page


Secure Coding Standard

The strongSwan project adheres to the following rules recommended by the CERT C Secure Coding Standard:

Preprocessor (PRE)

Declarations and Initialization (DCL)

Expressions (EXP)

Integers (INT)

Floating Point (FLP)

Arrays (ARR)

Characters and Strings (STR)

Memory Management (MEM)

Input Output (FIO)

Environment (ENV)

Signals (SIG)

Error Handling (ERR)

Application Programming Interfaces (API)

Concurrency (CON)

Miscellaneous (MSC)

POSIX (POS)