CWE-571

Expression is Always True
AI Translation Available

The product contains an expression that will always evaluate to true.

Status
draft
Abstraction
base

Common Consequences

other
Impacts
quality degradation varies by context

Detection Methods

automated static analysis

Potential Mitigations

Phases:
implementation
Descriptions:
• Consider refactoring the code, or determine if the code is not including a condition that could cause the expression to become false.