...
| Code Block | ||||
|---|---|---|---|---|
| ||||
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 |
...