CWE-1106

Insufficient Use of Symbolic Constants
AI Translation Available

The source code uses literal constants that may need to change
or evolve over time, instead of using symbolic constants.

Status
incomplete
Abstraction
base

Common Consequences

other
Impacts
reduce maintainability increase analytical complexity

Detection Methods

automated static analysis

Potential Mitigations