CWE-563

Assignment to Variable without Use

The variable's value is assigned but never used, making it a dead store.

Mitigation

Phase: Implementation

Description:

  • Remove unused variables from the code.

No CAPEC attack patterns related to this CWE.

Back to CWE stats page