Expression Issues
A category in the Common Weakness Enumeration published by The MITRE Corporation.
Summary
Categories in the Common Weakness Enumeration (CWE) group entries based on some common characteristic or attribute.
Weaknesses in this category are related to incorrectly written expressions within code.
Weaknesses
The product contains an expression that will always evaluate to false.
The product contains an expression that will always evaluate to true.
The product uses an expression in which operator precedence causes incorrect logic to be used.
The product accidentally uses the wrong operator, which changes the logic in security-relevant ways.
Concepts
This view organizes weaknesses around concepts that are frequently used or encountered in software development. This includes all aspects of the software development l...
Common Weakness Enumeration content on this website is copyright of The MITRE Corporation unless otherwise specified. Use of the Common Weakness Enumeration and the associated references on this website are subject to the Terms of Use as specified by The MITRE Corporation.