Secure Coding Standard » History » Version 8
« Previous -
Version 8/20
(diff) -
Next » -
Current version
Andreas Steffen, 27.05.2013 22:12
Secure Coding Standard¶
The strongSwan project adheres to the following recommendations and rules proposed by the CERT C Secure Coding Standard:
Preprocessor (PRE)¶
Full Adherence¶
Partial Adherence¶
Check Adherence¶
No Adherence¶
Declarations and Initialization (DCL)¶
Full Adherence¶
Partial Adherence¶
Check Adherence¶
- "DCL16-C. Use "L," not "l, to indicate a long value