Versions Compared

Key

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

...

Code Block
bgColor#ccccff
langc
enum { ADULT_AGE=18 };
enum { ALCOHOL_AGE=21 };

Risk Assessment

Failing to properly encode relationships in constant definitions may lead to the introduction of defects during maintainance.  These defects could potentially result in vulnerabilities, for example, if they affected constants are used for allocating or accessing memory.

Recommendation

Severity

Likelihood

Remediation Cost

Priority

Level

DCL08-C

Low

Unlikely

High

P1

L3

...