...
CERT C++ Secure Coding Standard | DCL06-CPP. Use meaningful symbolic constants to represent literal values in program logic |
---|---|
ISO/IEC TR 24772 | "BRS Leveraging human experience "[BRS] |
MITRE CWE | CWE-547, " Use of hard-coded, security-relevant constants" |
Bibliography
[Henricson 1992] | Chapter 10, "Constants" |
---|---|
[ISO/IEC 9899:2011] | Section 6.3.2.1, "Lvalues, Arrays, and Function Designators," section 6.7, "Declarations," section 6.7.2.2, "Enumeration Specifiers," and section 6.10.3, "Macro Replacement" |
[Saks 2001a] | |
[Saks 2001b] | |
[Saks 2002] | |
[Summit 2005] | Question 10.5b |
...